Hi Nick,
we are not the maintainer of the Ubuntu package and it seems that SeqAn is shipped in an outdated version.
Apparently it seems, that the respective file FindSeqAn.cmake or seqan-config.cmake is not in the set of included files.
We can check if we can get the guys to update the version, which might solve the problem, but I guess this will take some time.
So I would recommend to install SeqAn from source, which is easy to do as well: http://seqan.readthedocs.io/en/master/Infrastructure/Use/Install.html#full-sources
Then when writing your CMake file you need to set
CMAKE_PREFIX_PATH="path_to/seqan/util/cmake", and
SEQAN_INCLUDE_PATH="path_to/seqan/include"
before calling
find_package(SeqAn).
Please let us know, if this helps.
Best regards,
René Rahn
---
René Rahn
Ph.D. Student (de.NBI - CIBI)
--------------------------------
Institute of Computer Science
Algorithmic Bioinformatics (ABI)
--------------------------------
Freie Universität Berlin
Takustraße 9
14195 Berlin
--------------------------------
|