Skip to content

Commit

Permalink
Let CMake tell users if it found alpaka
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Nov 28, 2022
1 parent 0a9716a commit f34257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if (LLAMA_BUILD_EXAMPLES)
add_subdirectory("examples/memmap")

# alpaka examples
find_package(alpaka 0.9.0 QUIET)
find_package(alpaka 0.9.0)
if (_alpaka_FOUND)
add_subdirectory("examples/alpaka/nbody")
add_subdirectory("examples/alpaka/vectoradd")
Expand Down

0 comments on commit f34257f

Please sign in to comment.