This commit is contained in:
parent
38291e2932
commit
721b6e0a62
@ -1,5 +1,5 @@
|
|||||||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||||||
index 980e872..abedad7 100644
|
index 980e872..fbcd0b1 100644
|
||||||
--- a/src/CMakeLists.txt
|
--- a/src/CMakeLists.txt
|
||||||
+++ b/src/CMakeLists.txt
|
+++ b/src/CMakeLists.txt
|
||||||
@@ -95,7 +95,7 @@ endif()
|
@@ -95,7 +95,7 @@ endif()
|
||||||
@ -7,7 +7,7 @@ index 980e872..abedad7 100644
|
|||||||
# Make sure linking to the target adds dbusmenu-qt install directory
|
# Make sure linking to the target adds dbusmenu-qt install directory
|
||||||
target_include_directories(dbusmenu-${QT_SUFFIX}
|
target_include_directories(dbusmenu-${QT_SUFFIX}
|
||||||
- INTERFACE "$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}>")
|
- INTERFACE "$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}>")
|
||||||
+ INTERFACE "$<INSTALL_INTERFACE:${CMAKE_INSTALL_FULL_INCLUDEDIR}>")
|
+ INTERFACE "$<INSTALL_INTERFACE:${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}>")
|
||||||
|
|
||||||
install(TARGETS dbusmenu-${QT_SUFFIX}
|
install(TARGETS dbusmenu-${QT_SUFFIX}
|
||||||
EXPORT dbusmenu-${QT_SUFFIX}-targets
|
EXPORT dbusmenu-${QT_SUFFIX}-targets
|
||||||
|
Loading…
Reference in New Issue
Block a user