Skip to content

Commit d57f799

Browse files
authored
Merge pull request #646 from LLNL/bugfix/bowen/change-cmake-usage
New functionality to install BLT's setup targets logic for installed project configs
2 parents b660fd9 + fbc02aa commit d57f799

14 files changed

+735
-541
lines changed

RELEASE-NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The project release numbers follow [Semantic Versioning](http://semver.org/spec/
1616
the `clang-apply-replacements` executable in addition to the `CLANGTIDY_EXECUTABLE`.
1717
Also adds a corresponding `ENABLE_CLANGAPPLYREPLACEMENTS` CMake option.
1818
Note that the `clang_tidy_style` target is not added to the `style` target and must be run separately.
19+
- Added the `blt_install_tpl_setups` macro, which installs files to setup and create targets for the third-party libraries OpenMP, MPI, CUDA, and HIP. This macro is meant to
20+
replace `blt_export_tpl_targets` as the preferred way to setup third-party libraries with BLT.
1921

2022
### Changed
2123
- SetupHIP now searches for user-defined or environment variables before CMake paths to find the ROCM_PATH.

SetupBLT.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ if (NOT BLT_LOADED)
127127
################################
128128
# Standard TPL support
129129
################################
130-
include(${BLT_ROOT_DIR}/cmake/thirdparty/SetupThirdParty.cmake)
130+
include(${BLT_ROOT_DIR}/cmake/SetupThirdParty.cmake)
131131

132132
################################
133133
# Git related Macros

0 commit comments

Comments
 (0)