mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-22 12:01:27 -06:00
Stop adding /usr/local/lib, CMake already adds it by itself
This commit is contained in:
@@ -402,7 +402,7 @@ endif()
|
||||
# add extra library path for MacOS and FreeBSD and when LOCAL_SQLITE is true
|
||||
set(EXTRAPATH APPLE OR ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
if(EXTRAPATH)
|
||||
list(PREPEND CMAKE_PREFIX_PATH /usr/local/lib /usr/local/opt/sqlite/lib)
|
||||
list(PREPEND CMAKE_PREFIX_PATH /usr/local/opt/sqlite/lib)
|
||||
endif()
|
||||
|
||||
find_package(${LIBSQLITE_NAME})
|
||||
|
||||
Reference in New Issue
Block a user