mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
11 lines
423 B
Text
11 lines
423 B
Text
--- 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
|