We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c3292 commit e08e7ceCopy full SHA for e08e7ce
cdk/cmake/platform.cmake
@@ -103,7 +103,7 @@ endmacro()
103
# -----------------------------------------------------------------
104
105
106
-if(CMAKE_VERSION VERSION_LESS "3.1.3")
+if(CMAKE_VERSION VERSION_LESS "3.8.0")
107
108
function(enable_cxx17)
109
add_flags(CXX -std=c++17)
jdbc/cmake/platform.cmake
@@ -106,7 +106,7 @@ endmacro()
110
111
112
0 commit comments