Skip to content

Commit

Permalink
Add libvenpp to config cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
facuMH committed Jan 24, 2023
1 parent b8d5113 commit 99b8e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/celerity-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ find_dependency(Threads REQUIRED)
find_dependency(fmt REQUIRED)
find_dependency(spdlog REQUIRED)
find_dependency(small_vector REQUIRED)
find_dependency(libenvpp REQUIRED)

if(CELERITY_SYCL_IMPL STREQUAL "hipSYCL")
if(NOT DEFINED HIPSYCL_TARGETS AND NOT "@HIPSYCL_TARGETS@" STREQUAL "")
Expand Down

0 comments on commit 99b8e58

Please sign in to comment.