summaryrefslogtreecommitdiff
path: root/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix_installation_path.patch
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-24 14:48:13 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-24 14:48:13 +0100
commitf2b2889067305d38cb8a00598c0c2d56d04f7f1c (patch)
tree3a31b0b94329fd1da13367c15a474826b3bff3d4 /dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix_installation_path.patch
parentbced17bcbe33a9bf231bff24a88815647b04e1dc (diff)
downloadgentoo-f2b2889067305d38cb8a00598c0c2d56d04f7f1c.tar.gz
gentoo-f2b2889067305d38cb8a00598c0c2d56d04f7f1c.tar.bz2
gentoo-f2b2889067305d38cb8a00598c0c2d56d04f7f1c.zip
dev-cpp/cpp-taskflow: Remove old
Closes: https://github.com/gentoo/gentoo/pull/19174 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix_installation_path.patch')
-rw-r--r--dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix_installation_path.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix_installation_path.patch b/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix_installation_path.patch
deleted file mode 100644
index f68e572f5ab2..000000000000
--- a/dev-cpp/cpp-taskflow/files/cpp-taskflow-2.4.0-fix_installation_path.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 190dabe..6d613d6 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -6,7 +6,7 @@ MESSAGE(STATUS "CMAKE_ROOT: " ${CMAKE_ROOT})
- #_cmake_modify_IGNORE set(CMAKE_VERBOSE_MAKEFILE ON)
-
- # Project name
--project(Cpp-Taskflow VERSION 2.3.1 LANGUAGES CXX)
-+project(Cpp-Taskflow VERSION 2.4.0 LANGUAGES CXX)
-
- # build options
- option(TF_ENABLE_CUDA "Enables build of cuda code" OFF)
-@@ -748,7 +748,7 @@ write_basic_package_version_file(
- install(
- FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}Config.cmake
- ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake
-- DESTINATION ${TF_LIB_INSTALL_DIR}/cmake
-+ DESTINATION ${TF_LIB_INSTALL_DIR}/cmake/${PROJECT_NAME}
- )
-
-