You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added blt_convert_to_system_includes macro to convert existing interface includes to system interface includes.
blt_check_code_compiles which compiles a C++ code snippet and returns the result.
Added variable BLT_CMAKE_IMPLICIT_LINK_LIBRARIES_EXCLUDE for filtering
link libraries implicitly added by CMake. See the following example host-config: host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_nvcc_xlf.cmake
Changed
Added three extra options to blt_print_target_properties macro to print properties of
target's children as well as limit the properties printed with regular expressions:
CHILDREN (true/ false) whether or not you want to print the target's children's properties as well (recursively)
PROPERTY_NAME_REGEX (regular expression string) reduce which properties to print by name
PROPERTY_VALUE_REGEX (regular expression string) reduce which properties to print by value