2e0589b4ca
Upstream changes to the build system required adjusting many packages' dependencies. On the Nixpkgs side, we no longer propagate the dependency on cmake (to reduce closure size), so downstream dependencies had to be adjusted for most packages that depend on kdelibs.
62 lines
2.9 KiB
Diff
62 lines
2.9 KiB
Diff
From 93081f817f20bbc26b55e1b37b22d60535d153f7 Mon Sep 17 00:00:00 2001
|
|
From: Thomas Tuegel <ttuegel@gmail.com>
|
|
Date: Thu, 10 Sep 2015 18:41:57 -0500
|
|
Subject: [PATCH] duplicate add_test
|
|
|
|
---
|
|
RocsCore/LoadSave/Plugins/dotFileFormat/Tests/CMakeLists.txt | 1 -
|
|
RocsCore/LoadSave/Plugins/gmlFileFormat/Tests/CMakeLists.txt | 1 -
|
|
RocsCore/LoadSave/Plugins/kmlFileFormat/Tests/CMakeLists.txt | 1 -
|
|
RocsCore/LoadSave/Plugins/tgfFileFormat/Tests/CMakeLists.txt | 1 -
|
|
RocsCore/LoadSave/Plugins/tikzFileFormat/Tests/CMakeLists.txt | 1 -
|
|
5 files changed, 5 deletions(-)
|
|
|
|
diff --git a/RocsCore/LoadSave/Plugins/dotFileFormat/Tests/CMakeLists.txt b/RocsCore/LoadSave/Plugins/dotFileFormat/Tests/CMakeLists.txt
|
|
index 32a2504..4fbb838 100644
|
|
--- a/RocsCore/LoadSave/Plugins/dotFileFormat/Tests/CMakeLists.txt
|
|
+++ b/RocsCore/LoadSave/Plugins/dotFileFormat/Tests/CMakeLists.txt
|
|
@@ -33,4 +33,3 @@ target_link_libraries(TestDotFileFormatPlugin
|
|
${QT_QTTEST_LIBRARY}
|
|
${KDE4_KDECORE_LIBS}
|
|
)
|
|
-add_test(TestDotFileFormatPlugin TestDotFileFormatPlugin)
|
|
diff --git a/RocsCore/LoadSave/Plugins/gmlFileFormat/Tests/CMakeLists.txt b/RocsCore/LoadSave/Plugins/gmlFileFormat/Tests/CMakeLists.txt
|
|
index 615004c..6383bd8 100644
|
|
--- a/RocsCore/LoadSave/Plugins/gmlFileFormat/Tests/CMakeLists.txt
|
|
+++ b/RocsCore/LoadSave/Plugins/gmlFileFormat/Tests/CMakeLists.txt
|
|
@@ -32,4 +32,3 @@ target_link_libraries(TestGmlFileFormatPlugin
|
|
${QT_QTTEST_LIBRARY}
|
|
${KDE4_KDECORE_LIBS}
|
|
)
|
|
-add_test(TestGmlFileFormatPlugin TestGmlFileFormatPlugin)
|
|
diff --git a/RocsCore/LoadSave/Plugins/kmlFileFormat/Tests/CMakeLists.txt b/RocsCore/LoadSave/Plugins/kmlFileFormat/Tests/CMakeLists.txt
|
|
index f9cdbfa..842d14b 100644
|
|
--- a/RocsCore/LoadSave/Plugins/kmlFileFormat/Tests/CMakeLists.txt
|
|
+++ b/RocsCore/LoadSave/Plugins/kmlFileFormat/Tests/CMakeLists.txt
|
|
@@ -30,4 +30,3 @@ target_link_libraries(TestKmlFileFormatPlugin
|
|
${QT_QTTEST_LIBRARY}
|
|
${KDE4_KDECORE_LIBS}
|
|
)
|
|
-add_test(TestKmlFileFormatPlugin TestKmlFileFormatPlugin)
|
|
diff --git a/RocsCore/LoadSave/Plugins/tgfFileFormat/Tests/CMakeLists.txt b/RocsCore/LoadSave/Plugins/tgfFileFormat/Tests/CMakeLists.txt
|
|
index 33c0da8..70cab8d 100644
|
|
--- a/RocsCore/LoadSave/Plugins/tgfFileFormat/Tests/CMakeLists.txt
|
|
+++ b/RocsCore/LoadSave/Plugins/tgfFileFormat/Tests/CMakeLists.txt
|
|
@@ -35,4 +35,3 @@ target_link_libraries(TestTgfFileFormatPlugin
|
|
${QT_QTTEST_LIBRARY}
|
|
${KDE4_KDECORE_LIBS}
|
|
)
|
|
-add_test(TestTgfFileFormatPlugin TestTgfFileFormatPlugin)
|
|
diff --git a/RocsCore/LoadSave/Plugins/tikzFileFormat/Tests/CMakeLists.txt b/RocsCore/LoadSave/Plugins/tikzFileFormat/Tests/CMakeLists.txt
|
|
index b52736e..58ee40e 100644
|
|
--- a/RocsCore/LoadSave/Plugins/tikzFileFormat/Tests/CMakeLists.txt
|
|
+++ b/RocsCore/LoadSave/Plugins/tikzFileFormat/Tests/CMakeLists.txt
|
|
@@ -29,5 +29,4 @@ target_link_libraries(TestTikzFileFormatPlugin
|
|
${QT_QTTEST_LIBRARY}
|
|
${KDE4_KDECORE_LIBS}
|
|
)
|
|
-add_test(TestTikzFileFormatPlugin TestTikzFileFormatPlugin)
|
|
|
|
--
|
|
2.5.0
|
|
|