diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/cpp-taskflow | |
Diffstat (limited to 'vcpkg/ports/cpp-taskflow')
| -rw-r--r-- | vcpkg/ports/cpp-taskflow/portfile.cmake | 2 | ||||
| -rw-r--r-- | vcpkg/ports/cpp-taskflow/vcpkg.json | 10 |
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" + ] +} |