FindTBB.cmake
cannot find correct TBB library.
#6504
Labels
Milestone
FindTBB.cmake
cannot find correct TBB library.
#6504
Expected Behavior
After enabling
HPX_WITH_EXAMPLES_TBB
option at configuration time, the testtbb_homogeneous_timed_task_spawn
specified intests/performance/local/CMakeLists.txt
should be built and be tested when invokingCTest
.Actual Behavior
The test
tbb_homogeneous_timed_task_spawn
is not invoked duringCTest
Steps to Reproduce the Problem
mkdir -p <hpx_source_dir>/build && cd <hpx_source_dir>/build
cmake -DHPX_WITH_EXAMPLES_TBB=ON ..
In this step the following warning message appears:
cmake --build .
ctest | grep tbb_homogeneous_timed_task_spawn
Nothing to output from stdout.
Specifications
/usr/lib/pkgconfig/tbb.pc
from packageonetbb
is:The text was updated successfully, but these errors were encountered: