We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ffed3 commit a4f55aeCopy full SHA for a4f55ae
CMakeLists.txt
@@ -122,7 +122,7 @@ if(NOT NANA_CMAKE_ENABLE_CONF)
122
target_compile_definitions(nana PRIVATE NANA_IGNORE_CONF) # really ??
123
endif()
124
if(NANA_CMAKE_AUTOMATIC_GUI_TESTING)
125
- # target_compile_definitions(nana PUBLIC NANA_AUTOMATIC_GUI_TESTING)
+ target_compile_definitions(nana PUBLIC NANA_AUTOMATIC_GUI_TESTING)
126
# todo: enable_testing() # ??
127
128
0 commit comments