Skip to content

Commit d26eb72

Browse files
committed
improve cmake
1 parent f8cd811 commit d26eb72

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,7 @@ option(EXTLOG_ENABLE_VIM_GDB "support vim / gdb" ON)
1515
# enable extcpp cmake
1616
set(EXT_LIBRARIES_PATH "${CMAKE_LIST_SOURCE_DIR}/.." CACHE STRING "path to extcpp libraries")
1717
include(${CMAKE_CURRENT_LIST_DIR}/ext_cmake_enable.cmake)
18-
19-
# do ext specif setup
2018
include(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
2819
ext_enable_ext_libs(basics)
2920

3021
set_property(GLOBAL PROPERTY USE_FOLDERS ON) # XCode / VS folders

ext_cmake_enable.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,4 @@ endif()
4545

4646
message(STATUS "extINFO -- CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}")
4747

48-
include(ext_cmake_utils)
49-
include(ext_cmake_enable_libs)
50-
5148
set(EXT_CMAKE_ENABLED TRUE)

0 commit comments

Comments
 (0)