Skip to content

Commit

Permalink
Merge branch 'develop' of ssh://github.com/COMBINE-lab/salmon into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
rob-p committed Aug 23, 2016
2 parents 8b20397 + 4b65a3c commit 8fa66fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,10 @@ message("Build system will fetch SPDLOG")
message("==================================================================")
ExternalProject_Add(libspdlog
DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external
DOWNLOAD_COMMAND curl -k -L https://github.com/COMBINE-lab/spdlog/archive/v1.0.1.tar.gz -o spdlog-v1.0.1.tar.gz &&
tar -xzf spdlog-v1.0.1.tar.gz &&
DOWNLOAD_COMMAND curl -k -L https://github.com/COMBINE-lab/spdlog/archive/v1.11.tar.gz -o spdlog-v1.11.tar.gz &&
tar -xzf spdlog-v1.11.tar.gz &&
rm -fr spdlog &&
mv -f spdlog-1.0.1 spdlog
mv -f spdlog-1.11 spdlog
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/spdlog
INSTALL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/install
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 8fa66fa

Please sign in to comment.