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 28001e1 commit 95075dcCopy full SHA for 95075dc
source/3rd_party/CMakeLists.txt
@@ -25,6 +25,7 @@ else()
25
CXX_VISIBILITY_PRESET "hidden")
26
target_include_directories(nodesoup
27
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/nodesoup/include>)
28
+ target_compile_features(nodesoup PUBLIC cxx_std_17)
29
30
# Hackfix to support MSVC standard library
31
# https://docs.microsoft.com/en-us/cpp/c-runtime-library/math-constants?view=vs-2019
0 commit comments