summaryrefslogtreecommitdiff
path: root/flang/CMakeLists.txt
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-27 14:30:02 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-27 14:30:44 +0200
commit687e5bccf890ecca869f1400aaba906c4b8bbd20 (patch)
treec76f86d21b2fc959d7d096c30942851a59afa65d /flang/CMakeLists.txt
parent17c65e51b91620181662302e9abd7e9694154c5d (diff)
downloadllvm-687e5bccf890ecca869f1400aaba906c4b8bbd20.tar.gz
Revert "Harmonize cmake_policy() across standalone builds of all projects"
This reverts commit 88d7508dc479210f07abccb17f0194b66264b125. It's reported to break builds when symlinking other projects inside the `tools` directory.
Diffstat (limited to 'flang/CMakeLists.txt')
-rw-r--r--flang/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/flang/CMakeLists.txt b/flang/CMakeLists.txt
index a938ab949481..27cb22ba0e38 100644
--- a/flang/CMakeLists.txt
+++ b/flang/CMakeLists.txt
@@ -1,6 +1,4 @@
cmake_minimum_required(VERSION 3.13.4)
-include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Modules/CMakePolicy.cmake
- NO_POLICY_SCOPE)
set(CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON)