We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66caf6b commit db0a41fCopy full SHA for db0a41f
engine/CMakeLists.txt
@@ -26,6 +26,7 @@ add_library(${libstack}
26
)
27
set_target_properties(${libstack} PROPERTIES
28
CXX_STANDARD 14
29
+ CXX_STANDARD_REQUIRED ON
30
31
target_include_directories(${libstack}
32
PRIVATE
0 commit comments