Currently I would like to install bamtools.
However, I keep on facing the following bug message:
CMake Error at CMakeLists.txt:20 (message):
BamTools requires an out of source build.
$ mkdir build
$ cd build
$ cmake ..
$ make
(or the Windows equivalent)
Call Stack (most recent call first):
CMakeLists.txt:24 (ensure_out_of_source_build)
-- Configuring incomplete, errors occurred!
Anyone got advice to solve this bug?
I have follow the step by step as shown in bamtools installation manual and the following link,
Thanks.
However, I keep on facing the following bug message:
CMake Error at CMakeLists.txt:20 (message):
BamTools requires an out of source build.
$ mkdir build
$ cd build
$ cmake ..
$ make
(or the Windows equivalent)
Call Stack (most recent call first):
CMakeLists.txt:24 (ensure_out_of_source_build)
-- Configuring incomplete, errors occurred!
Anyone got advice to solve this bug?
I have follow the step by step as shown in bamtools installation manual and the following link,
Thanks.
Comment