Skip to content

Commit

Permalink
Enable C++17 GNU extensions needed by KaMPIng
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashuebner committed Mar 1, 2024
1 parent b800d14 commit e941929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down

0 comments on commit e941929

Please sign in to comment.