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 5bebe00 commit f1983b7Copy full SHA for f1983b7
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