From 901622306f06372b762977f35c352b1d3234b921 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Wed, 13 Dec 2023 10:34:56 +0100 Subject: [PATCH] Move status message to more appropriate place --- CMakeLists.txt | 1 + tests/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bbb9bc71..9dcd45ce7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,6 +205,7 @@ add_subdirectory(python) if(BUILD_TESTING) # Make sure to fetch all data, after all legacy test cases have been added ExternalData_Add_Target(legacy_test_cases) + message(STATUS "Test inputs will be stored in: ${ExternalData_OBJECT_STORES} if they are not already present") endif() #--- add CMake infrastructure -------------------------------------------------- include(cmake/podioCreateConfig.cmake) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f5a17ea33..b8233c528 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -99,5 +99,3 @@ endif() # Customize CTest to potentially disable some of the tests with known problems configure_file(CTestCustom.cmake ${PROJECT_BINARY_DIR}/CTestCustom.cmake @ONLY) - -message(STATUS "Test inputs will be stored in: ${ExternalData_OBJECT_STORES} if they are not already present")