Skip to content

Commit a4f55ae

Browse files
committed
restore GUI testing
1 parent 97ffed3 commit a4f55ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if(NOT NANA_CMAKE_ENABLE_CONF)
122122
target_compile_definitions(nana PRIVATE NANA_IGNORE_CONF) # really ??
123123
endif()
124124
if(NANA_CMAKE_AUTOMATIC_GUI_TESTING)
125-
# target_compile_definitions(nana PUBLIC NANA_AUTOMATIC_GUI_TESTING)
125+
target_compile_definitions(nana PUBLIC NANA_AUTOMATIC_GUI_TESTING)
126126
# todo: enable_testing() # ??
127127
endif()
128128

0 commit comments

Comments
 (0)