Skip to content
Snippets Groups Projects
Commit 1c4d5c29 authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Workaround for compiler error on include of cuda_runtime.h

parent fc85b287
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
# include directory for common header files
include_directories(common)
include_directories(${CUDA_TOOLKIT_INCLUDE})
# add subdirectories for individual libraries
add_subdirectory(common)
......@@ -14,7 +15,6 @@ add_subdirectory(external)
# plan library
################################################################################
add_library(plan OBJECT Plan.cpp GPUPlan.cpp)
target_include_directories(plan PUBLIC ${CUDA_TOOLKIT_INCLUDE})
################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment