Skip to content

Commit 62eed62

Browse files
committed
Revert "Update SD3 to use C++17"
This reverts commit 6ee2d21.
1 parent 61e0b54 commit 62eed62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,6 @@ endif()
533533

534534
add_library(mangosscript STATIC ${mangosscript_LIB_SRCS})
535535

536-
target_compile_features(mangosscript PUBLIC cxx_std_17)
537-
set_target_properties(mangosscript PROPERTIES CXX_EXTENSIONS OFF)
538-
539536
target_include_directories(mangosscript
540537
PUBLIC
541538
${CMAKE_CURRENT_SOURCE_DIR}

0 commit comments

Comments
 (0)