Skip to content

Commit

Permalink
Update umpire-config.cmake.in
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale authored Nov 7, 2023
1 parent 5245837 commit b782c06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions umpire-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ if (NOT TARGET camp)
@PACKAGE_CMAKE_INSTALL_PREFIX@/lib/cmake/camp)
endif ()

if (@UMPIRE_ENABLE_IPC_SHARED_MEMORY@)
find_dependency(Threads)
endif ()

if (@UMPIRE_ENABLE_SQLITE_EXPERIMENTAL@)
find_package(SQLite3 REQUIRED)
endif()
Expand Down

0 comments on commit b782c06

Please sign in to comment.