From 3c30d1c3b7dc2970b6e2e1eb6fdbc17ab57c8812 Mon Sep 17 00:00:00 2001 From: dennisppaul Date: Sat, 12 Oct 2024 22:53:25 +0200 Subject: [PATCH] removed compiler definitions --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52765c4..078704b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,8 +115,8 @@ else () ) endif () add_library(umgebung-lib ${UMGEBUNG_SOURCE_FILES}) -target_compile_features(umgebung-lib PUBLIC cxx_std_17) -target_compile_options(umgebung-lib PUBLIC -std=c++17) +#target_compile_features(umgebung-lib PUBLIC cxx_std_17) +#target_compile_options(umgebung-lib PUBLIC -std=c++17) # Specify include directories for the library target_include_directories(umgebung-lib PUBLIC