mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
sci-mathematics/clingo: system catch
Closes: https://bugs.gentoo.org/843479 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
30
sci-mathematics/clingo/files/clingo-5.5.2-system-catch.patch
Normal file
30
sci-mathematics/clingo/files/clingo-5.5.2-system-catch.patch
Normal file
@@ -0,0 +1,30 @@
|
||||
--- a/libclingo/tests/CMakeLists.txt
|
||||
+++ b/libclingo/tests/CMakeLists.txt
|
||||
@@ -2,7 +2,6 @@
|
||||
set(ide_source_group "Source Files")
|
||||
set(source-group
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/astv2.cc"
|
||||
- "${CMAKE_CURRENT_SOURCE_DIR}/catch.hpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/clingo.cc"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/main.cc"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/propagator.cc"
|
||||
--- a/libgringo/tests/CMakeLists.txt
|
||||
+++ b/libgringo/tests/CMakeLists.txt
|
||||
@@ -1,7 +1,6 @@
|
||||
# [[[source: .
|
||||
set(ide_source_group "Source Files")
|
||||
set(source-group
|
||||
- "${CMAKE_CURRENT_SOURCE_DIR}/catch.hpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/graph.cc"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/intervals.cc"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/main.cc"
|
||||
--- a/libreify/tests/CMakeLists.txt
|
||||
+++ b/libreify/tests/CMakeLists.txt
|
||||
@@ -1,7 +1,6 @@
|
||||
# [[[source: .
|
||||
set(ide_source_group "Source Files")
|
||||
set(source-group
|
||||
- "${CMAKE_CURRENT_SOURCE_DIR}/catch.hpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/main.cc"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/program.cc")
|
||||
source_group("${ide_source_group}" FILES ${source-group})
|
||||
Reference in New Issue
Block a user