Skip to content

Commit

Permalink
Upgrade taskflow to version 3.0.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong authored Apr 13, 2021
1 parent e99ac66 commit 9035fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskflow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ if (NOT Taskflow_FOUND OR INSTALL_TASKFLOW)

# Taskflow tag can be overwritten using INSTALL_TASKFLOW_TAG
if (NOT INSTALL_TASKFLOW_TAG)
set(INSTALL_TASKFLOW_TAG v2.6.0)
set(INSTALL_TASKFLOW_TAG test/TaskflowVersion3CMake310)
endif()

include(ExternalProject)

ExternalProject_Add(Taskflow
GIT_REPOSITORY https://github.com/taskflow/taskflow.git
GIT_REPOSITORY https://github.com/Levi-Armstrong/cpp-taskflow.git
GIT_TAG ${INSTALL_TASKFLOW_TAG}
SOURCE_DIR ${CMAKE_BINARY_DIR}/../tesseract_ext/Taskflow-src
BINARY_DIR ${CMAKE_BINARY_DIR}/../tesseract_ext/Taskflow-build
Expand Down

0 comments on commit 9035fb3

Please sign in to comment.