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

Fixes to travis failure.

parent f27beb9a
No related branches found
No related tags found
1 merge request!213Update rmoogli.py
......@@ -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})
......
3.1.1
\ No newline at end of file
3.1.1-47-gf27beb9
\ 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