Skip to content

Commit

Permalink
Test if setting C++ standard to 11 helps with the whitespace required…
Browse files Browse the repository at this point in the history
… error
  • Loading branch information
siggmo committed Oct 4, 2024
1 parent 2a9ccbd commit 6cfc2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ include(CMakePackageConfigHelpers)

set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 11)

# with -fno-implicit-templates I get linker errors when using std:: stuff
# TODO: should be developer specific, by using e.g. CMake Presets
Expand Down

0 comments on commit 6cfc2a0

Please sign in to comment.