From 9dbbc8c4a55670e7d1318361a30ff7debbbec662 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Fri, 11 Aug 2017 08:41:38 +0200 Subject: [PATCH] Exclude test targets from all so they are not installed --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e6ea1975..2a3fa452 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ # VecCore Tests -add_subdirectory(gtest) +add_subdirectory(gtest EXCLUDE_FROM_ALL) if (CUDA) add_subdirectory(cuda)