cmake/0003-Disable-Test198.patch
2013-08-15 22:35:28 +11:00

25 lines
719 B
Diff

From f63927b7e22538194b69e81d5a7b95d0eed6adc7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= <neoclust.kde@free.fr>
Date: Sat, 27 Oct 2012 02:18:02 +0200
Subject: [PATCH 3/3] Disable Test198
---
Tests/CMakeOnly/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Tests/CMakeOnly/CMakeLists.txt b/Tests/CMakeOnly/CMakeLists.txt
index 51a630f..0ce5463 100644
--- a/Tests/CMakeOnly/CMakeLists.txt
+++ b/Tests/CMakeOnly/CMakeLists.txt
@@ -25,7 +25,7 @@ if(CMAKE_Fortran_COMPILER)
add_CMakeOnly_test(CompilerIdFortran)
endif()
-add_CMakeOnly_test(AllFindModules)
+#add_CMakeOnly_test(AllFindModules)
add_CMakeOnly_test(SelectLibraryConfigurations)
--
1.8.0