Skip to content

Commit db0a41f

Browse files
committed
engine: Fix missing CXX_STANDARD_REQUIRED for libstack
1 parent 66caf6b commit db0a41f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ add_library(${libstack}
2626
)
2727
set_target_properties(${libstack} PROPERTIES
2828
CXX_STANDARD 14
29+
CXX_STANDARD_REQUIRED ON
2930
)
3031
target_include_directories(${libstack}
3132
PRIVATE

0 commit comments

Comments
 (0)