projects
/
libdnf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f626ca9
)
[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
Frédéric Pierret
<frederic.pierret@qubes-os.org>
Sun, 8 Jan 2023 09:08:51 +0000
(09:08 +0000)
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 405dc4e82ca7432ea2ef4c84a81e91ddcb1fbde8..68af27ecdfae8cd313b684dbf38cd1beb1567289 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