From 1654efd54630bc17f20859c9a68df9ef2d76d1ff Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Fri, 18 Nov 2016 11:19:31 +0530 Subject: [PATCH] Fixes to travis failure. --- moose-core/CMakeLists.txt | 4 ++-- moose-core/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/moose-core/CMakeLists.txt b/moose-core/CMakeLists.txt index 450a785e..1948958b 100644 --- a/moose-core/CMakeLists.txt +++ b/moose-core/CMakeLists.txt @@ -159,6 +159,8 @@ set_target_properties(libmoose PROPERTIES PREFIX "") ## Variable to collect all static libraries. set(STATIC_LIBRARIES "" ) +# Collect all shared libraries here. +set(SYSTEM_SHARED_LIBS ${LibXML2_LIBRARIES}) if(WITH_GSL) find_package(GSL 1.16) @@ -262,8 +264,6 @@ if(WITH_MPI) endif() endif(WITH_MPI) -# These are always shared libraries. -set(SYSTEM_SHARED_LIBS ${LibXML2_LIBRARIES}) if(WITH_BOOST) list(APPEND SYSTEM_SHARED_LIBS ${LAPACK_LIBRARIES}) list(APPEND SYSTEM_SHARED_LIBS ${Boost_LIBRARIES}) diff --git a/moose-core/VERSION b/moose-core/VERSION index 50e47c89..800a7627 100644 --- a/moose-core/VERSION +++ b/moose-core/VERSION @@ -1 +1 @@ -3.1.1 \ No newline at end of file +3.1.1-47-gf27beb9 \ No newline at end of file -- GitLab