little change to cmakes file

This commit is contained in:
Johannes Wendel
2019-10-09 15:49:31 +02:00
parent 0f24926ab9
commit 3968fc60a0

View File

@@ -12,6 +12,8 @@ set(DEFAULT_BUILD_TYPE DEBUG)
set(CMAKE_CXX_STANDARD 14)
SET(CMAKE_CXX_FLAGS -pthread)
IF(NOT_PI)
add_definitions(-DNOT_PI)
message("Compiling not for Pi")