We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71d3d5 commit 1f27c07Copy full SHA for 1f27c07
1 file changed
tmva/tmva/CMakeLists.txt
@@ -409,10 +409,7 @@ if(vdt OR builtin_vdt)
409
endif()
410
411
if(tmva-cpu)
412
- target_include_directories(TMVA PRIVATE ${TBB_INCLUDE_DIRS})
413
- target_link_libraries(TMVA PRIVATE ${TBB_LIBRARIES})
414
- set_target_properties(TMVA PROPERTIES COMPILE_FLAGS "${TBB_CXXFLAGS}")
415
- target_link_libraries(TMVA PRIVATE ROOT::BLAS)
+ target_link_libraries(TMVA PRIVATE TBB::tbb ROOT::BLAS)
416
417
418
if(tmva-gpu)
0 commit comments