From c06fdbf497e51c94aaaaf33a34d60f28f778bab4 Mon Sep 17 00:00:00 2001 From: Stefano Moioli Date: Wed, 19 May 2021 11:10:17 +0200 Subject: [PATCH] Revert "Remove the explicit C language specifier from Unix libraries configure.cmake" This reverts commit 70e954716f09a6d911500e53fdbaf2f81727c4c6. --- src/libraries/Native/Unix/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Native/Unix/CMakeLists.txt b/src/libraries/Native/Unix/CMakeLists.txt index d0255d4aa74b1..466dfaf4c7539 100644 --- a/src/libraries/Native/Unix/CMakeLists.txt +++ b/src/libraries/Native/Unix/CMakeLists.txt @@ -10,7 +10,7 @@ elseif(CLR_CMAKE_TARGET_MACCATALYST) endif() cmake_policy(SET CMP0042 NEW) -project(CoreFX) +project(CoreFX C) include(../../../../eng/native/configurepaths.cmake) include(${CLR_ENG_NATIVE_DIR}/configuretools.cmake)