Author: Jonas Devlieghere Date: 2020-04-30T10:54:47-07:00 New Revision: 397e69dbcb49f89f12afbebf55bfe9db91bb612a
URL: https://github.com/llvm/llvm-project/commit/397e69dbcb49f89f12afbebf55bfe9db91bb612a DIFF: https://github.com/llvm/llvm-project/commit/397e69dbcb49f89f12afbebf55bfe9db91bb612a.diff LOG: [lldb/CMake] Don't make PYTHON_RPATH a required variable. Added: Modified: lldb/cmake/modules/FindPythonInterpAndLibs.cmake Removed: ################################################################################ diff --git a/lldb/cmake/modules/FindPythonInterpAndLibs.cmake b/lldb/cmake/modules/FindPythonInterpAndLibs.cmake index 5ea7aab63230..aae82a68bcfd 100644 --- a/lldb/cmake/modules/FindPythonInterpAndLibs.cmake +++ b/lldb/cmake/modules/FindPythonInterpAndLibs.cmake @@ -51,7 +51,6 @@ else() PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS PYTHON_EXECUTABLE - PYTHON_RPATH SWIG_EXECUTABLE) endif() endif() @@ -72,7 +71,6 @@ else() PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS PYTHON_EXECUTABLE - PYTHON_RPATH SWIG_EXECUTABLE) endif() endif() @@ -91,6 +89,5 @@ else() PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS PYTHON_EXECUTABLE - PYTHON_RPATH SWIG_EXECUTABLE) endif() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits