File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,8 @@ set(C2A_USER_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/src_user)
34
34
include_directories (src)
35
35
36
36
# Output debug print to SILS console window
37
- option (SHOW_DEBUG_PRINT_ON_SILS "Show debug print" )
38
- set (SHOW_DEBUG_PRINT_ON_SILS ON )
39
- if (SHOW_DEBUG_PRINT_ON_SILS)
37
+ option (C2A_SHOW_DEBUG_PRINT_ON_SILS "Show debug print" ON )
38
+ if (C2A_SHOW_DEBUG_PRINT_ON_SILS)
40
39
add_definitions (-DSHOW_DEBUG_PRINT_ON_SILS)
41
40
message ("Show debug print" )
42
41
endif ()
Original file line number Diff line number Diff line change @@ -32,9 +32,8 @@ set(C2A_USER_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/src_user)
32
32
include_directories (src)
33
33
34
34
# Output debug print to SILS console window
35
- option (SHOW_DEBUG_PRINT_ON_SILS "Show debug print" )
36
- set (SHOW_DEBUG_PRINT_ON_SILS ON )
37
- if (SHOW_DEBUG_PRINT_ON_SILS)
35
+ option (C2A_SHOW_DEBUG_PRINT_ON_SILS "Show debug print" ON )
36
+ if (C2A_SHOW_DEBUG_PRINT_ON_SILS)
38
37
add_definitions (-DSHOW_DEBUG_PRINT_ON_SILS)
39
38
message ("Show debug print" )
40
39
endif ()
You can’t perform that action at this time.
0 commit comments