Skip to content

Commit

Permalink
Update umpire.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonMisiewicz authored Oct 8, 2024
1 parent 1aed37d commit 482ab5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions external/umpire.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ else()
"$<BUILD_INTERFACE:${EXTERNAL_SOURCE_DIR}/src>;$<BUILD_INTERFACE:${EXTERNAL_SOURCE_DIR}/src/tpl>;$<BUILD_INTERFACE:${EXTERNAL_SOURCE_DIR}/src/tpl/umpire/camp/include>;$<BUILD_INTERFACE:${EXTERNAL_SOURCE_DIR}/src/tpl/umpire/fmt/include>;$<BUILD_INTERFACE:${EXTERNAL_BUILD_DIR}/src/tpl/umpire/camp/include>;$<BUILD_INTERFACE:${EXTERNAL_BUILD_DIR}/include>;$<INSTALL_INTERFACE:${_UMPIRE_INSTALL_DIR}/include>"
INTERFACE_LINK_LIBRARIES
"$<BUILD_INTERFACE:${UMPIRE_BUILD_BYPRODUCTS}>;$<INSTALL_INTERFACE:${_UMPIRE_INSTALL_DIR}/lib/libumpire${UMPIRE_DEFAULT_LIBRARY_SUFFIX}>"
INTERFACE_COMPILE_DEFINITIONS
FMT_HEADER_ONLY=1
)

install(TARGETS TiledArray_UMPIRE EXPORT tiledarray COMPONENT tiledarray)
Expand Down

0 comments on commit 482ab5e

Please sign in to comment.