ADD: updated library and removed some comments

This commit is contained in:
Henry Winkel
2023-12-20 13:52:03 +01:00
parent cabf8dd87f
commit 5e829298fd
6 changed files with 17 additions and 24 deletions

View File

@@ -22,11 +22,7 @@ IF(NOT TARGET loguru)
add_subdirectory(libs/loguru EXCLUDE_FROM_ALL)
set_property(TARGET loguru PROPERTY POSITION_INDEPENDENT_CODE 1)
ENDIF()
IF(NOT TARGET SimCore)
add_subdirectory(libs/SimCore EXCLUDE_FROM_ALL)
ENDIF()
add_compile_definitions(LOGURU_WITH_STREAMS SQLITE_THREADSAFE=2)
IF(NOT TARGET KubeControl)
set(TEST_KUBECONTROL_LIBRARY OFF CACHE BOOL "disable testing")