1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Remove redundant and unnecessary CMake CXX flag

This commit is contained in:
TheAssassin
2018-06-30 21:24:48 +02:00
committed by GitHub
parent 843f3a61ae
commit 73c158fc63

View File

@@ -146,8 +146,6 @@ else ()
else () else ()
set(PIE_FLAG "-fpie") set(PIE_FLAG "-fpie")
endif () endif ()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++17")
endif () endif ()
# Defines # Defines