diff --git a/CMakeLists.txt b/CMakeLists.txt index 72a2b445..79d47604 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ else() endif() set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_EXTENSIONS OFF) +set(CMAKE_CXX_EXTENSIONS ON) # Needed by KaMPIng # set these flags globally for all subprojects (libpll etc.) set (CMAKE_CXX_FLAGS_DEBUG "-Og -g" CACHE INTERNAL "")