Skip to content
Snippets Groups Projects
Commit 079927d7 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Fixes to travis failure.

parent cbee1629
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,8 @@ set_target_properties(libmoose PROPERTIES PREFIX "") ...@@ -159,6 +159,8 @@ set_target_properties(libmoose PROPERTIES PREFIX "")
## Variable to collect all static libraries. ## Variable to collect all static libraries.
set(STATIC_LIBRARIES "" ) set(STATIC_LIBRARIES "" )
# Collect all shared libraries here.
set(SYSTEM_SHARED_LIBS ${LibXML2_LIBRARIES})
if(WITH_GSL) if(WITH_GSL)
find_package(GSL 1.16) find_package(GSL 1.16)
...@@ -262,8 +264,6 @@ if(WITH_MPI) ...@@ -262,8 +264,6 @@ if(WITH_MPI)
endif() endif()
endif(WITH_MPI) endif(WITH_MPI)
# These are always shared libraries.
set(SYSTEM_SHARED_LIBS ${LibXML2_LIBRARIES})
if(WITH_BOOST) if(WITH_BOOST)
list(APPEND SYSTEM_SHARED_LIBS ${LAPACK_LIBRARIES}) list(APPEND SYSTEM_SHARED_LIBS ${LAPACK_LIBRARIES})
list(APPEND SYSTEM_SHARED_LIBS ${Boost_LIBRARIES}) list(APPEND SYSTEM_SHARED_LIBS ${Boost_LIBRARIES})
......
3.1.1 3.1.1-47-gf27beb9
\ No newline at end of file \ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment