diff --git a/CMakeLists.txt b/CMakeLists.txt index b5d8e8476e..11df14a6b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,6 +165,7 @@ add_subdirectory(GlobalConstantsService) add_subdirectory(HelloWorld) add_subdirectory(KalmanTests) add_subdirectory(KinKalGeom) +add_subdirectory(MachineLearningTools) add_subdirectory(MBSGeom) add_subdirectory(MCDataProducts) add_subdirectory(MECOStyleProtonAbsorberGeom) diff --git a/MachineLearningTools/CMakeLists.txt b/MachineLearningTools/CMakeLists.txt index b837296aff..44aa03ef84 100644 --- a/MachineLearningTools/CMakeLists.txt +++ b/MachineLearningTools/CMakeLists.txt @@ -3,7 +3,7 @@ cet_make_library( src/ScoreBasedDiffusionModel.cc LIBRARIES PUBLIC CLHEP::CLHEP - messagefacility::messagefacility + messagefacility::MF_MessageLogger cetlib_except::cetlib_except )