makes TGC-ISS installable

This commit is contained in:
Eyck Jentzsch 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)

@ -1 +1 @@
Subproject commit f4f90c5e65573d3bc979f447e3f78f794499d36e
Subproject commit db5765b3429efd6674e349ab5a6cd2b8b258dd1a

2
scc

@ -1 +1 @@
Subproject commit 94569eac10c4b8b5e3be6f8bcea7412b6e91396b
Subproject commit 89a77ff6be0ca2776ca5514905bcddaa0c1e304c