taskflow / taskflow

A General-purpose Parallel and Heterogeneous Task Programming System

Home Page:https://taskflow.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong cmake path include

Anesthesia4 opened this issue · comments

commented

cmake throw an error when add_subdirectory, i check the CMakeLists.txt, here is what it shuod be
in CMakeLists.txt 51
it shoud be
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/CheckAtomic.cmake)
not
include(${CMAKE_SOURCE_DIR}/cmake/CheckAtomic.cmake)

@Anesthesia4 thanks for the catch! Could you please help submit a pull request? Thanks!