From b9e031c5d409eb962ba27c0f80451fecf9cd1122 Mon Sep 17 00:00:00 2001 From: Marco Randazzo Date: Tue, 14 Feb 2023 12:47:01 +0100 Subject: [PATCH] Tests are no longer placed in /build/tests folder. Instead, they are now placed into /build folder. --- tests/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 63c6d27463a..5e11ce053ce 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -25,13 +25,6 @@ if(YARP_DISABLE_FAILING_TESTS) endif() -######################################################################### -# Control where test libraries and executables are placed during the build -set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}/tests") -set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}/tests") -set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_LIBDIR}/tests") - - ######################################################################### # Prepare 'build_generator' and 'build_options' variables # for tests in subdirectories