Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""
This reverts commit65429b9af6. Broke several projects, see https://reviews.llvm.org/D144509#4347562 onwards. Also reverts follow-up commit "[OpenMP] Compile assembly files as ASM, not C" This reverts commit4072c8aee4. Also reverts fix attempt "[cmake] Set CMP0091 to fix Windows builds after the cmake_minimum_required bump" This reverts commit7d47dac5f8.
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
# CMake policy settings shared between LLVM projects
|
||||
|
||||
# CMP0091: MSVC runtime library flags are selected by an abstraction.
|
||||
# New in CMake 3.15. https://cmake.org/cmake/help/latest/policy/CMP0091.html
|
||||
if(POLICY CMP0091)
|
||||
cmake_policy(SET CMP0091 OLD)
|
||||
endif()
|
||||
# CMP0114: ExternalProject step targets fully adopt their steps.
|
||||
# New in CMake 3.19: https://cmake.org/cmake/help/latest/policy/CMP0114.html
|
||||
if(POLICY CMP0114)
|
||||
|
||||
Reference in New Issue
Block a user