diff --git a/CMakeLists.txt b/CMakeLists.txt index 8862733..caad6eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)