7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

Set NOHARDWARE flag for merge to master

This commit is contained in:
Aleksa 2021-03-25 13:03:54 -04:00
parent 6f9cb1d46a
commit c61b632aac

View File

@ -42,7 +42,7 @@ if(MSVC)
add_definitions(-DNOGDI)
endif()
#add_definitions(-DNOHARDWARE)
add_definitions(-DNOHARDWARE)
add_executable(${PROJECT_NAME} ${SOURCES})