From 587dc2ed881b885f715fae623e6fee96ce526fe4 Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Tue, 6 Oct 2020 21:05:09 +0200 Subject: [vcpkg] run both cxx and c compiler id. (#13903) otherwise my custom llvm toolchain file fails. --- scripts/detect_compiler/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/detect_compiler/CMakeLists.txt b/scripts/detect_compiler/CMakeLists.txt index 80961c40b..da45c98ae 100644 --- a/scripts/detect_compiler/CMakeLists.txt +++ b/scripts/detect_compiler/CMakeLists.txt @@ -3,7 +3,6 @@ project(detect_compiler NONE) if(CMAKE_GENERATOR STREQUAL "Ninja" AND CMAKE_SYSTEM_NAME STREQUAL "Windows") set(CMAKE_C_COMPILER_WORKS 1) - set(CMAKE_C_COMPILER_ID_RUN 1) set(CMAKE_C_COMPILER_FORCED 1) set(CMAKE_CXX_COMPILER_WORKS 1) set(CMAKE_CXX_COMPILER_FORCED 1) -- cgit v1.2.3