aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpp-taskflow
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cpp-taskflow')
-rw-r--r--vcpkg/ports/cpp-taskflow/portfile.cmake2
-rw-r--r--vcpkg/ports/cpp-taskflow/vcpkg.json10
2 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/cpp-taskflow/portfile.cmake b/vcpkg/ports/cpp-taskflow/portfile.cmake
new file mode 100644
index 0000000..0988d57
--- /dev/null
+++ b/vcpkg/ports/cpp-taskflow/portfile.cmake
@@ -0,0 +1,2 @@
+message(WARNING "The port 'cpp-taskflow' has been replaced with 'taskflow'.")
+SET(VCPKG_POLICY_EMPTY_PACKAGE enabled)
diff --git a/vcpkg/ports/cpp-taskflow/vcpkg.json b/vcpkg/ports/cpp-taskflow/vcpkg.json
new file mode 100644
index 0000000..2a1da64
--- /dev/null
+++ b/vcpkg/ports/cpp-taskflow/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "cpp-taskflow",
+ "version": "2.6.0",
+ "port-version": 2,
+ "description": "Fast Parallel Tasking Programming Library using Modern C++.",
+ "homepage": "https://github.com/taskflow/taskflow",
+ "dependencies": [
+ "taskflow"
+ ]
+}