ツール bam-window をインストールしようとしていますが、cmake エラーが発生します。Linuxでbam-window-master.zipをダウンロードしました。ツールのリンクは git https://github.com/genome-vendor/bam-windowでホストされています。以下のコマンドをダウンロードして実行します。
unzip bam-window-master.zip
cd bam-window-master
mkdir build
cd build
cmake ..
cmakeの実行中..しばらくコンパイルした後、エラーが発生します
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Git: /usr/bin/git (found version "1.7.10.4")
CMake Error at cmake/GitHelper.cmake:15 (message):
Failed to get git revision, abort: fatal: Not a git repository (or any
parent up to mount point /scratch/GT)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
!
Call Stack (most recent call first):
CMakeLists.txt:9 (get_git_version_info)
これを取り除き、インストールを適切にするにはどうすればよいですか?