We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0774a0b commit 9647b47Copy full SHA for 9647b47
1 file changed
IDEHelper/CMakeLists.txt
@@ -184,7 +184,7 @@ endif()
184
185
if(UNIX AND NOT APPLE)
186
find_path(LLDB_INCLUDE_DIR lldb/API/LLDB.h HINTS ${LLVM_INCLUDE_DIRS})
187
- find_library(LLDB_LIBRARY NAMES lldb liblldb lldb-22 liblldb-22 HINTS ${LLVM_LIBRARY_DIRS})
+ find_library(LLDB_LIBRARY NAMES lldb-22 liblldb-22 lldb liblldb HINTS ${LLVM_LIBRARY_DIRS})
188
189
if (LLDB_INCLUDE_DIR AND LLDB_LIBRARY)
190
message(STATUS "Found LLDB: ${LLDB_LIBRARY}")
0 commit comments