mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
cmake: Added Iniparser path hints.
This commit is contained in:
parent
531c09f5b3
commit
68526da12f
@ -26,7 +26,9 @@ find_path(INIPARSER_INCLUDE_DIRS
|
||||
find_library(INIPARSER_LIBRARIES
|
||||
NAMES
|
||||
iniparser
|
||||
PATHS
|
||||
HINTS
|
||||
${CMAKE_INSTALL_PREFIX}/lib
|
||||
${CMAKE_INSTALL_PREFIX}/lib64
|
||||
${CMAKE_INSTALL_LIBDIR}
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user