cmake: Remove -std=c++17 from wut_enable_stdcpp

This commit is contained in:
James Benton 2018-06-18 21:13:06 +01:00
parent d66cf4bfd6
commit c5e51a5ffc

View File

@ -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()