Remove redundant setting of CXX compiler, as Conan already sets this.

This commit is contained in:
Julian Groß 2025-02-28 13:00:10 +01:00
parent 2e4c349cea
commit 931ca5ee2f

View file

@ -49,10 +49,6 @@ if( NOT WIN32 )
set(OVERTE_OPTIMIZE true CACHE BOOL "Enable code optimization for Overte and compiled dependencies")
endif()
#compiler needs to be detected before building VCPKG dependencies
set(CMAKE_PLATFORM_INFO_DIR "${CMAKE_CURRENT_BINARY_DIR}")
include(CMakeDetermineCXXCompiler)
set(OVERTE_OPTIMIZE_FLAGS "")
if(OVERTE_OPTIMIZE)