We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8b501 commit 4edcd9cCopy full SHA for 4edcd9c
cmake/yue.cmake
@@ -69,6 +69,8 @@ if(BUILD_WITH_YUE)
69
POSITION_INDEPENDENT_CODE FALSE
70
)
71
72
+ target_compile_features(yuescript PRIVATE cxx_std_20)
73
+
74
target_sources(yuescript PRIVATE
75
${CMAKE_SOURCE_DIR}/src/api/yue_wrapper/yue_wrapper.cpp
76
${CMAKE_SOURCE_DIR}/src/api/yue_wrapper/yue_wrapper.h
0 commit comments