From 931ca5ee2f3fdc8d44eb6e4e7a840a8b7338d6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Fri, 28 Feb 2025 13:00:10 +0100 Subject: [PATCH] Remove redundant setting of CXX compiler, as Conan already sets this. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce165d6e19..2ac4f74039 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)