Skip to content
Snippets Groups Projects
Commit ebaebdc6 authored by dontspoilerme's avatar dontspoilerme
Browse files

find modules for curand

parent 45a1c06c
No related merge requests found
......@@ -7,6 +7,7 @@ find_dependency(cuda-api-wrappers REQUIRED)
find_dependency(CMakeshift REQUIRED)
find_dependency(gsl-lite REQUIRED)
find_dependency(mpark_variant REQUIRED)
find_dependency(curand REQUIRED)
if (@BUILD_WITH_EIGEN@)
find_dependency(Eigen3 REQUIRED)
......
......@@ -8,6 +8,7 @@ target_include_directories(
)
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_14)
find_package(curand REQUIRED)
target_link_libraries(
${PROJECT_NAME}
......@@ -16,7 +17,7 @@ target_link_libraries(
gsl::gsl-lite
Eigen3::Eigen
mpark_variant
curand
curand::curand
${CMAKE_CUDA_IMPLICIT_LINK_LIBRARIES}
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment