blob: 2f5657fc09ea1e915b5ffbb7302cd48357990095 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- CMakeLists.txt.orig 2021-09-11 20:12:12 UTC
+++ CMakeLists.txt
@@ -96,7 +96,7 @@ target_link_libraries(concurrencpp PUBLIC "$<$<BOOL:${
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)
-set(concurrencpp_directory "concurrencpp-${PROJECT_VERSION}")
+set(concurrencpp_directory "")
set(concurrencpp_include_directory "${CMAKE_INSTALL_INCLUDEDIR}/${concurrencpp_directory}")
install(TARGETS concurrencpp
|