aboutsummaryrefslogtreecommitdiff
path: root/ports/concurrencpp/fix-include-path.patch
blob: 7b2da192009a17fd813a3652cb1a6818b0b17ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 351aa65..ab06584 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,7 +94,7 @@ include(CMakePackageConfigHelpers)
 include(GNUInstallDirs)
 
 set(concurrencpp_directory "concurrencpp-${PROJECT_VERSION}")
-set(concurrencpp_include_directory "${CMAKE_INSTALL_INCLUDEDIR}/${concurrencpp_directory}")
+set(concurrencpp_include_directory "${CMAKE_INSTALL_INCLUDEDIR}")
 
 install(TARGETS concurrencpp
         EXPORT concurrencppTargets