Remove special compiler flags for unsupported VS2017 compiler

Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
Chris Burel
2021-07-19 11:43:44 -07:00
parent da02d47069
commit ebfaf269f6
@@ -116,14 +116,6 @@ else()
)
endif()
if(CMAKE_GENERATOR MATCHES "Visual Studio 15")
# Visual Studio 2017 has problems with [[maybe_unused]] on lambdas. Sadly, there is no different warning, so 4100 has to remain disabled on 2017
ly_append_configurations_options(
COMPILATION
/wd4100
)
endif()
# Configure system includes
ly_set(LY_CXX_SYSTEM_INCLUDE_CONFIGURATION_FLAG
/experimental:external # Turns on "external" headers feature for MSVC compilers