mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
12 lines
348 B
Diff
12 lines
348 B
Diff
--- a/plugins/libimhex/CMakeLists.txt
|
|
+++ b/plugins/libimhex/CMakeLists.txt
|
|
@@ -19,7 +19,7 @@
|
|
find_package(fmt REQUIRED)
|
|
endif()
|
|
|
|
-set(XDGPP_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/../../external/xdgpp")
|
|
+set(XDGPP_INCLUDE_DIRS "/usr/include")
|
|
set(CMAKE_USE_MBEDTLS ON)
|
|
set(BUILD_CURL_EXE OFF)
|
|
set(FPHSA_NAME_MISMATCHED ON CACHE BOOL "")
|