From 66984fe6ed95865899fd303dd29300e51e39aa07 Mon Sep 17 00:00:00 2001 From: gwm17 Date: Wed, 22 Jun 2022 15:07:53 -0400 Subject: [PATCH] Remove test message --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15d7198..6a6e47c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,6 @@ project(SPS_SABRE_EventBuilder) find_package(ROOT REQUIRED COMPONENTS Gui) -message("ROOT libs " ${ROOT_LIBRARIES}) - set(EVB_BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/bin) set(EVB_LIBRARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib)