Skip to content

Commit

Permalink
Merge pull request #7 from mbargull/cmake-configurable
Browse files Browse the repository at this point in the history
CMake: Fix missing () for endif()
  • Loading branch information
AlphaSquad authored Apr 21, 2021
2 parents b25f6f0 + ba3c451 commit 5018419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(Haploflow)
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
if(NOT DEFINED Boost_USE_STATIC_LIBS)
set(Boost_USE_STATIC_LIBS=ON)
endif
endif()

set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

Expand Down

0 comments on commit 5018419

Please sign in to comment.