File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ cmake_policy(VERSION "3.0")
55set_property (GLOBAL PROPERTY USE_FOLDERS ON )
66
77if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.21)
8- if (PROJECT_IS_TOP_LEVEL)
9- enable_testing ()
10- endif ()
8+ if (PROJECT_IS_TOP_LEVEL)
9+ enable_testing ()
10+ endif ()
1111elseif ()
12- if (${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME} )
13- enable_testing ()
14- endif ()
12+ if (${CMAKE_PROJECT_NAME} STREQUAL ${PROJECT_NAME} )
13+ enable_testing ()
14+ endif ()
1515endif ()
1616
1717if (NOT COMMAND COLORS)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function(cmmm)
1010 if (WIN32 OR (EXISTS $ENV{CLION_IDE} ) OR (EXISTS $ENV{DevEnvDir} ) OR (EXISTS $ENV{workspaceRoot} ))
1111 set (CMMM_NO_COLOR TRUE )
1212 elseif (NOT DEFINED CMMM_NO_COLOR)
13- set (CMMM_NO_COLOR FALSE )
13+ set (CMMM_NO_COLOR FALSE )
1414 endif ()
1515 set_property (GLOBAL PROPERTY CMMM_NO_COLOR ${CMMM_NO_COLOR} )
1616
You can’t perform that action at this time.
0 commit comments