Skip to content

Commit d7aede7

Browse files
committed
Do not set C++14 standard
1 parent 0e85e29 commit d7aede7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(CMakePackageConfigHelpers)
1414

1515
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1616
set(CMAKE_CXX_EXTENSIONS OFF)
17-
set(CMAKE_CXX_STANDARD 14)
17+
#set(CMAKE_CXX_STANDARD 14)
1818

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

0 commit comments

Comments
 (0)