mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Remove redundant setting of CXX compiler, as Conan already sets this.
This commit is contained in:
parent
2e4c349cea
commit
931ca5ee2f
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue