From 52d31dc529cc856e5f7b8b9edec3a0fd00f6f9d1 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 21 Oct 2015 10:40:10 +0200
Subject: [PATCH] Activate building executables in SimpleTests.

---
 CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5951910b65d..876656cd84e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -163,10 +163,10 @@ if( OGS_BUILD_TESTS AND NOT IS_SUBPROJECT )
 	if(OGS_USE_MPI)
 		add_subdirectory( SimpleTests/MeshTests/MPI )
 	else()
-		add_subdirectory( SimpleTests/MatrixTests EXCLUDE_FROM_ALL )
-		add_subdirectory( SimpleTests/MeshTests EXCLUDE_FROM_ALL )
+		add_subdirectory( SimpleTests/MatrixTests )
+		add_subdirectory( SimpleTests/MeshTests )
 		if(NOT MSVC AND BLAS_FOUND AND LAPACK_FOUND)
-			add_subdirectory( SimpleTests/SolverTests EXCLUDE_FROM_ALL )
+			add_subdirectory( SimpleTests/SolverTests )
 		endif()
 	endif()
 
-- 
GitLab