File: set-seqan-cmake-dir.patch

package info (click to toggle)
lambda-align 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 752 kB
  • ctags: 323
  • sloc: cpp: 4,644; sh: 63; makefile: 20
file content (13 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: set SeqAn_DIR to find CMake modules
Author: Sascha Steinbiss <satta@debian.org>
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -22,6 +22,8 @@
 # Dependencies (continued)
 # ----------------------------------------------------------------------------
 
+set (SeqAn_DIR "/usr/share/cmake")
+
 # Search SeqAn and select dependencies.
 find_package(OpenMP QUIET)
 find_package(ZLIB   QUIET)