projects
/
libdnf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d30f63f
)
[PATCH] CMakeLists.txt: append libsolv cmake path
author
Mihai Moldovan
<ionic@ionic.de>
Tue, 29 Sep 2020 16:30:16 +0000
(18:30 +0200)
committer
Luca Boccassi
<bluca@debian.org>
Sat, 29 Jun 2024 19:38:56 +0000
(20:38 +0100)
Make sure cmake finds FindLibSolv.cmake installed
in ${CMAKE_INSTALL_PREFIX}/share/cmake/libsolv.
Gbp-Pq: Name 0001-CMakeLists.txt-append-libsolv-cmake-path.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 6444c3740ca45571b9f140dc248150639e93336e..6f0c92fb3b87f527bd8437f366b4629ea31bccb6 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-48,6
+48,7
@@
if(APPLE)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH};/usr/local/share/cmake/Modules/)
include_directories(/usr/local/include)
endif()
+LIST (APPEND CMAKE_MODULE_PATH "${CMAKE_INSTALL_PREFIX}/share/cmake/libsolv/")
# build dependencies