From: Matthias Maier Date: Fri, 5 Aug 2016 15:59:20 +0000 (-0500) Subject: CMake: Change order of libraries X-Git-Tag: v8.5.0-rc1~801^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a7a53e820a48d4b4321326310ba77e61cafb81;p=dealii.git CMake: Change order of libraries --- diff --git a/contrib/python-bindings/source/CMakeLists.txt b/contrib/python-bindings/source/CMakeLists.txt index 986d59b487..70b4b98b12 100644 --- a/contrib/python-bindings/source/CMakeLists.txt +++ b/contrib/python-bindings/source/CMakeLists.txt @@ -105,8 +105,8 @@ FOREACH(_build ${DEAL_II_BUILD_TYPES}) TARGET_LINK_LIBRARIES(PyDealII_${_build_lowercase} ${DEAL_II_BASE_NAME}${DEAL_II_${_build}_SUFFIX} - ${PYTHON_LIBRARIES} ${Boost_LIBRARIES} + ${PYTHON_LIBRARIES} ) EXPORT(TARGETS PyDealII_${_build_lowercase}