File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,7 @@ option(EXTLOG_ENABLE_VIM_GDB "support vim / gdb" ON)
1515# enable extcpp cmake
1616set (EXT_LIBRARIES_PATH "${CMAKE_LIST_SOURCE_DIR} /.." CACHE STRING "path to extcpp libraries" )
1717include (${CMAKE_CURRENT_LIST_DIR} /ext_cmake_enable.cmake)
18-
19- # do ext specif setup
2018include (ext_cmake_setup)
21- include (ext_cmake_install)
22- include (ext_cmake_utils)
23- include (ext_cmake_compiler_specific)
24- set (FORCE_COLORED_OUTPUT ON )
25- ext_colored_compiler_ouput()
26-
27- # include other ext libs
2819ext_enable_ext_libs(basics)
2920
3021set_property (GLOBAL PROPERTY USE_FOLDERS ON ) # XCode / VS folders
Original file line number Diff line number Diff line change @@ -45,7 +45,4 @@ endif()
4545
4646message (STATUS "extINFO -- CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH} " )
4747
48- include (ext_cmake_utils)
49- include (ext_cmake_enable_libs)
50-
5148set (EXT_CMAKE_ENABLED TRUE )
You can’t perform that action at this time.
0 commit comments