Skip to content
Snippets Groups Projects
Commit aa65fd43 authored by Stefan Wunsch's avatar Stefan Wunsch Committed by Lorenzo Moneta
Browse files

cmake: Remove `QUIET` flag of BLAS `find_package` call and search only if `imt` is activated

parent 5edec00d
No related branches found
No related tags found
No related merge requests found
...@@ -1309,9 +1309,9 @@ if(tmva AND cuda) ...@@ -1309,9 +1309,9 @@ if(tmva AND cuda)
endif() endif()
endif() endif()
if(tmva) if(tmva AND imt)
message(STATUS "Looking for BLAS for optional parts of TMVA") message(STATUS "Looking for BLAS for optional parts of TMVA")
find_package(BLAS QUIET) find_package(BLAS)
endif() endif()
#---Report non implemented options--------------------------------------------------- #---Report non implemented options---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment