From efd7e8f3dfea122c1c45ec137af481ecc865270e Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Mon, 6 May 2019 22:15:41 +0200 Subject: [PATCH] Remove automatic build of run_unit_tests target --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 940592e7a..50864fccb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -220,7 +220,6 @@ add_subdirectory(tests) enable_testing() add_custom_target(run_unit_tests - ALL COMMAND ${CMAKE_CTEST_COMMAND} -j ${PROCESSOR_COUNT} DEPENDS unit_tests mpi_unit_tests COMMENT "Executing unit tests." -- GitLab