diff options
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/unittests/Interpreter/CMakeLists.txt | 5 | ||||
-rw-r--r-- | lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/lldb/unittests/Interpreter/CMakeLists.txt b/lldb/unittests/Interpreter/CMakeLists.txt index b654ee12dc0..0de5b0b7248 100644 --- a/lldb/unittests/Interpreter/CMakeLists.txt +++ b/lldb/unittests/Interpreter/CMakeLists.txt @@ -6,8 +6,3 @@ add_lldb_unittest(InterpreterTests lldbInterpreter lldbUtilityHelpers ) - -target_link_libraries(InterpreterTests - PRIVATE - ${PYTHON_LIBRARY} - ) diff --git a/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt b/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt index 891ade25b76..fdb86db7cf3 100644 --- a/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt +++ b/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt @@ -6,8 +6,6 @@ add_lldb_unittest(ScriptInterpreterPythonTests LINK_LIBS lldbHost lldbPluginScriptInterpreterPython - ${PYTHON_LIBRARY} LINK_COMPONENTS Support - ) -
\ No newline at end of file + )
\ No newline at end of file |