Skip to content
Snippets Groups Projects
Commit 84fc17d8 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Fix build error: 'curand.h' file not found

parent 85cc1568
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
......@@ -20,5 +20,6 @@ vf_add_tests()
if(BUILD_VF_UNIT_TESTS)
set_target_properties(VirtualFluids_GPUTests PROPERTIES CUDA_SEPARABLE_COMPILATION ON)
set_source_files_properties(Kernel/Utilities/DistributionHelperTests.cpp PROPERTIES LANGUAGE CUDA)
set_source_files_properties(Communication/ExchangeData27Test.cpp PROPERTIES LANGUAGE CUDA)
target_include_directories(VirtualFluids_GPUTests PRIVATE "${VF_THIRD_DIR}/cuda_samples/")
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment