makes TGC-ISS installable

This commit is contained in:
2024-01-10 09:44:06 +01:00
parent 3c6c0337e5
commit 6c0d7d91aa
3 changed files with 9 additions and 4 deletions

View File

@ -55,7 +55,7 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
set(CONAN_BOOST_OPTIONS
boost:fPIC=True
boost:shared=${SHARED_FLAG}
boost:shared=False
boost:header_only=False
boost:without_contract=True
boost:without_graph=True
@ -217,7 +217,12 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
endif()
add_subdirectory(dbt-rise-core)
add_subdirectory(scc)
if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
set(SCC_CMAKE_CONFIG_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/scc)
add_subdirectory(scc/src/common)
else()
add_subdirectory(scc)
endif()
add_subdirectory(dbt-rise-tgc)
if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dbt-rise-plugins)
add_subdirectory(dbt-rise-plugins)

2
scc

Submodule scc updated: 94569eac10...89a77ff6be