From b7ee50dc2192175385765ad6583635d1d2150013 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Sun, 24 Mar 2024 12:57:46 +0100 Subject: [PATCH] removes debug messages --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35ee088..0fbb17f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,9 +220,7 @@ add_subdirectory(dbt-rise-core) 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)