[Lldb-commits] [lldb] 397e69d - [lldb/CMake] Don't make PYTHON_RPATH a required variable.

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 30 10:54:57 PDT 2020


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()


        


More information about the lldb-commits mailing list