mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 00:58:18 +01:00
cmake: Remove -std=c++17 from wut_enable_stdcpp
This commit is contained in:
parent
d66cf4bfd6
commit
c5e51a5ffc
@ -21,9 +21,6 @@ macro(wut_enable_stdcpp target)
|
||||
stdc++
|
||||
-Wl,--whole-archive wutstdc++ -Wl,--no-whole-archive)
|
||||
|
||||
set_property(TARGET ${target} APPEND_STRING PROPERTY
|
||||
COMPILE_FLAGS "-std=c++17")
|
||||
|
||||
set_target_properties(${target} PROPERTIES WUT_ENABLE_STDCPP 1)
|
||||
endif()
|
||||
endmacro()
|
||||
|
Loading…
Reference in New Issue
Block a user