From 4c107e03a0fb30d3f0bfb41ea5603b34243922c0 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 15 Mar 2024 16:48:03 +0100 Subject: [PATCH] fixes installation for PA --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcfac71..35ee088 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -217,10 +217,12 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS") endif() add_subdirectory(dbt-rise-core) -if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS") +if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS" AND NOT USE_CWR_SYSTEMC) set(SCC_CMAKE_CONFIG_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/scc) add_subdirectory(scc/src/common) + message("blah") else() + message("blub") add_subdirectory(scc) endif() add_subdirectory(dbt-rise-tgc)