We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0975b commit 2e91445Copy full SHA for 2e91445
support/CMakeLists.txt
@@ -35,7 +35,7 @@ target_include_directories(support INTERFACE
35
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/support>
36
$<INSTALL_INTERFACE:include>)
37
38
-option(PP_PRINT_ENABLED ON)
+option(PP_PRINT_ENABLED "PUMIPIC print statements enabled" ON)
39
if(PP_PRINT_ENABLED)
40
add_definitions(-DPP_PRINT_ENABLED)
41
target_compile_definitions(support INTERFACE -DPP_PRINT_ENABLED)
0 commit comments