summarylogtreecommitdiffstats
path: root/010-copperspice-fix-cmake-include-dirs.patch
diff options
context:
space:
mode:
authorDaniel Bermond2022-01-22 10:28:09 -0300
committerDaniel Bermond2022-01-22 10:28:09 -0300
commita18e6fc0628d69fee00fc05a643db6235f97977b (patch)
tree205878f016188d66610918a4a6583fdec8d6dd3d /010-copperspice-fix-cmake-include-dirs.patch
parent422ae66b73fd53c769e67244218c54cb09901103 (diff)
downloadaur-a18e6fc0628d69fee00fc05a643db6235f97977b.tar.gz
Update to version 1.7.3
Diffstat (limited to '010-copperspice-fix-cmake-include-dirs.patch')
-rw-r--r--010-copperspice-fix-cmake-include-dirs.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/010-copperspice-fix-cmake-include-dirs.patch b/010-copperspice-fix-cmake-include-dirs.patch
index 5f2a08fa33cf..17434930dec0 100644
--- a/010-copperspice-fix-cmake-include-dirs.patch
+++ b/010-copperspice-fix-cmake-include-dirs.patch
@@ -1,6 +1,6 @@
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
-@@ -154,8 +154,8 @@ endif()
+@@ -154,8 +154,8 @@ target_sources(CsCore
target_include_directories(CsCore
PUBLIC
@@ -10,10 +10,10 @@
+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/QtCore>
)
- set_target_properties(CsCore
+ if(MSVC)
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
-@@ -175,7 +175,7 @@ target_sources(CsGui
+@@ -179,7 +179,7 @@ target_sources(CsGui
target_include_directories(CsGui
PUBLIC