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.
2 parents 5bebe00 + f1983b7 commit b0e4c39Copy full SHA for b0e4c39
CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
4
# Set extension name here
5
set(TARGET_NAME spatial)
6
set(EXTENSION_NAME ${TARGET_NAME}_extension)
7
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard")
8
9
if(EMSCRIPTEN)
10
# _LINKED_LIBS influences only Wasm compilation it's unclear why this is
0 commit comments