File tree Expand file tree Collapse file tree 3 files changed +6
-18
lines changed
Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.8 )
22project (intrometry_frontend VERSION 1.0.0 LANGUAGES CXX )
33
4- if (CCWS_CLANG_TIDY)
5- set (CMAKE_CXX_CLANG_TIDY "${CCWS_CLANG_TIDY} " CACHE STRING "" FORCE )
6- endif ()
7- if (CCWS_CXX_FLAGS)
8- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CCWS_CXX_FLAGS} " )
9- set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${CCWS_LINKER_FLAGS} " )
10- else ()
4+ include (ccws_set_cmake_flags OPTIONAL RESULT_VARIABLE CCWS_ON )
5+ if (NOT CCWS_ON)
116 set (CMAKE_POSITION_INDEPENDENT_CODE ON )
127 set (CMAKE_VERBOSE_MAKEFILE ON )
138
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.8 )
22project (intrometry_pjmsg_topic VERSION 1.0.0 LANGUAGES CXX )
33
4- if (CCWS_CLANG_TIDY)
5- set (CMAKE_CXX_CLANG_TIDY "${CCWS_CLANG_TIDY} " CACHE STRING "" FORCE )
6- endif ()
7- if (CCWS_CXX_FLAGS)
8- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CCWS_CXX_FLAGS} " )
9- set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${CCWS_LINKER_FLAGS} " )
10- else ()
4+ include (ccws_set_cmake_flags OPTIONAL RESULT_VARIABLE CCWS_ON )
5+ if (NOT CCWS_ON)
116 set (CMAKE_POSITION_INDEPENDENT_CODE ON )
127 set (CMAKE_VERBOSE_MAKEFILE ON )
138
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.8 )
22project (intrometry_tests VERSION 1.0.0 LANGUAGES CXX )
33
4- if (CCWS_CXX_FLAGS)
5- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CCWS_CXX_FLAGS} " )
6- set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${CCWS_LINKER_FLAGS} " )
7- else ()
4+ include (ccws_set_cmake_flags OPTIONAL RESULT_VARIABLE CCWS_ON )
5+ if (NOT CCWS_ON)
86 set (CMAKE_POSITION_INDEPENDENT_CODE ON )
97 set (CMAKE_VERBOSE_MAKEFILE ON )
108
You can’t perform that action at this time.
0 commit comments