Hi everybody, I am having some difficulty getting a CMake build to work. I have split the build over a few files since I am also integrating google-test code.
The relevant part of the CMakeList.txt file is here:
## Download seqan from GitHub
(...) # Search for zlib as a dependency for SeqAn. # set required flags, definitions and includes for seqan
This is calling CMakeLists.seqan.in
cmake_minimum_required(VERSION 3.0.0)
After going mkdir build cmake .. make
there is a link error for zlib with error messages like this
In function `zlib_stream::basic_unzip_streambuf<char, std::char_traits<char>, std::allocator<char>, unsigned char, std::allocator<unsigned char> >::~basic_unzip_streambuf()':
I am on an Ubuntu system and zlib is installed
sudo apt-get install zlib1g-dev
Any ideas or suggestions how to solve this?
thanks & Gruesse nach Berlin
Peter Robinson
Professor and Donald A. Roux Chair, Genomics and Computational Biology The Jackson Laboratory for Genomic Medicine 860.837.2095 t | peter.robinson@jax.org | https://robinsongroup.github.io/ Peter Robinson The information in this email, including attachments, may be confidential and is intended solely for the addressee(s). If you believe you received this email by mistake, please notify the sender by return email as soon as possible. |