Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Adding a patch to skip inclusion of gatb-core's CMakefile, which is not needed in build process.
· 155615d7
Andrius Merkys
authored
Jul 04, 2019
155615d7
Adding patch description.
· ddb2d157
Andrius Merkys
authored
Jul 04, 2019
ddb2d157
Show whitespace changes
Inline
Side-by-side
debian/patches/remove_gatb-core_cmake.patch
0 → 100644
View file @
ddb2d157
Author: Andrius Merkys <merkys@debian.org>
Description: There is no need to build GatbCore.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,7 +52,7 @@
SET (GATB_CORE_EXCLUDE_EXAMPLES 1)
# GATB CORE
-include (GatbCore)
+# include (GatbCore)
################################################################################
# TOOL
debian/patches/series
View file @
ddb2d157
...
...
@@ -3,3 +3,4 @@ link_libraries.patch
no_install_to_wrong_dir.patch
skip-rpath.patch
fix_path_in_tests.patch
remove_gatb-core_cmake.patch