+3
-1
lines changedFilter options
+3
-1
lines changed Original file line number Diff line number Diff line change
@@ -126,7 +126,9 @@ cmake_push_check_state()
126
126
set(CMAKE_REQUIRED_QUIET ${Filesystem_FIND_QUIETLY})
127
127
128
128
# All of our tests required C++17 or later
129
-
set(CMAKE_CXX_STANDARD 17)
129
+
if(NOT DEFINED CMAKE_CXX_STANDARD OR CMAKE_CXX_STANDARD LESS 17)
130
+
set(CMAKE_CXX_STANDARD 17)
131
+
endif()
130
132
131
133
# Normalize and check the component list we were given
132
134
set(want_components ${Filesystem_FIND_COMPONENTS})
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4