Skip to content

Commit

Permalink
Revert "Remove the explicit C language specifier from Unix libraries …
Browse files Browse the repository at this point in the history
…configure.cmake"

This reverts commit 70e9547.
  • Loading branch information
smx-smx committed May 19, 2021
1 parent 6847e2f commit c06fdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Native/Unix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c06fdbf

Please sign in to comment.