diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 391784d..677e6c2 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,4 +1,3 @@ ## Astaroth Core add_library(astaroth_core STATIC device.cc node.cc astaroth.cc) -target_include_directories(astaroth_core PRIVATE ${CUDA_INCLUDE_DIRS}) target_link_libraries(astaroth_core astaroth_utils astaroth_kernels cudart)