We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90118c7 commit fa7f305Copy full SHA for fa7f305
1 file changed
CMakeLists.txt
@@ -69,6 +69,7 @@ unset(isSystemDir)
69
# C++ standard
70
if(NOT DEFINED CMAKE_CXX_STANDARD)
71
set(CMAKE_CXX_STANDARD 17)
72
+ set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
73
endif()
74
75
# Add compiler flags for warnings and (more importantly) fPIC and debug symbols
0 commit comments