Skip to content

Commit 98c21d3

Browse files
authored
Merge pull request #107 from LLNL/feature/export-blt-targets
Export BLT TPL targets
2 parents a62b543 + 6b867b7 commit 98c21d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/load_blt.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
if (NOT BLT_LOADED)
2+
set(BLT_EXPORT_THIRDPARTY ON CACHE BOOL "")
23
if (DEFINED BLT_SOURCE_DIR)
34
if (NOT EXISTS ${BLT_SOURCE_DIR}/SetupBLT.cmake)
45
message(FATAL_ERROR "Given BLT_SOURCE_DIR does not contain SetupBLT.cmake")
@@ -18,3 +19,4 @@ if (NOT BLT_LOADED)
1819
include(${BLT_SOURCE_DIR}/SetupBLT.cmake)
1920
endif()
2021

22+
blt_export_tpl_targets(EXPORT campTargets NAMESPACE camp)

0 commit comments

Comments
 (0)