Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksei Fedotov <[email protected]>
  • Loading branch information
isaevil and aleksei-fedotov authored Feb 13, 2025
1 parent b02dba6 commit f086660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/tbbbind/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if (NOT DEFINED HWLOC_TARGET_EXPLICITLY_DEFINED AND TARGET PkgConfig::HWLOC)
tbbbind_build(${TBBBIND_LIBRARY_NAME} PkgConfig::HWLOC)
else()
tbbbind_build(tbbbind HWLOC::hwloc_static)
tbbbind_build(tbbbind_2_0 HWLOC::hwloc_2 )
tbbbind_build(tbbbind_2_5 HWLOC::hwloc_2_5 )
tbbbind_build(tbbbind_2_0 HWLOC::hwloc_2 )
tbbbind_build(tbbbind_2_5 HWLOC::hwloc_2_5 )
endif()

2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function(tbb_add_tbbbind_test)
# so in the environment without HWLOC, it should be found.
set_tests_properties(${_tbbbind_test_NAME} PROPERTIES
PASS_REGULAR_EXPRESSION "oneTBB: TBBBIND.*tbbbind"
FAIL_REGULAR_EXPRESSION "Status: FAILURE!"
FAIL_REGULAR_EXPRESSION "Status:.*FAILURE"
)
# Don't export symbols from HWLOC archive library
target_link_options(${_tbbbind_test_NAME} PRIVATE $<$<BOOL:UNIX>:-Wl,--exclude-libs,ALL>)
Expand Down

0 comments on commit f086660

Please sign in to comment.