[libcxx-commits] [PATCH] D105499: [libc++] Do not set CMAKE_BUILD_WITH_INSTALL_NAME_DIR

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 6 11:47:07 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG6e43f3fc141f: [libc++] Do not set CMAKE_BUILD_WITH_INSTALL_NAME_DIR (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105499/new/

https://reviews.llvm.org/D105499

Files:
  libcxx/CMakeLists.txt
  libcxx/utils/ci/runtimes/CMakeLists.txt


Index: libcxx/utils/ci/runtimes/CMakeLists.txt
===================================================================
--- libcxx/utils/ci/runtimes/CMakeLists.txt
+++ libcxx/utils/ci/runtimes/CMakeLists.txt
@@ -1,8 +1,6 @@
 cmake_minimum_required(VERSION 3.13.4)
 project(LLVM_RUNTIMES C CXX ASM)
 
-set(CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON)
-
 find_package(Python3 COMPONENTS Interpreter)
 if(NOT Python3_Interpreter_FOUND)
   message(WARNING "Python3 not found, using python2 as a fallback")
Index: libcxx/CMakeLists.txt
===================================================================
--- libcxx/CMakeLists.txt
+++ libcxx/CMakeLists.txt
@@ -10,8 +10,6 @@
 #===============================================================================
 cmake_minimum_required(VERSION 3.13.4)
 
-set(CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON)
-
 # Add path for custom modules
 set(CMAKE_MODULE_PATH
   "${CMAKE_CURRENT_SOURCE_DIR}/cmake"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105499.356795.patch
Type: text/x-patch
Size: 919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210706/e302e238/attachment.bin>


More information about the libcxx-commits mailing list