diff --git a/CMakeLists.txt b/CMakeLists.txt index 420280ef70..209f67c23b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")