Skip to content
Snippets Groups Projects
Commit 6c5b547d authored by huitema's avatar huitema
Browse files

Simplify CMAKE test, per review

parent c2edbf17
Branches
No related merge requests found
......@@ -9,7 +9,7 @@ SET(CMAKE_C_STANDARD 11)
SET(CMAKE_C_FLAGS "-std=c99 -Wall -O2 -g ${CC_WARNING_FLAGS} ${CMAKE_C_FLAGS}")
if((${DISABLE_DEBUG_PRINTF}) AND (DEFINED DISABLE_DEBUG_PRINTF))
if(${DISABLE_DEBUG_PRINTF})
SET(CMAKE_C_FLAGS "-DDISABLE_DEBUG_PRINTF ${CMAKE_C_FLAGS}")
endif()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment