Skip to content
Snippets Groups Projects
Commit 57bfb99d authored by AlQuemist's avatar AlQuemist Committed by Wuttke, Joachim
Browse files

MakePythonWheel: use the collected list of dependencies

parent 6aac1d93
No related branches found
No related tags found
No related merge requests found
......@@ -17,19 +17,7 @@ function(make_python_wheel)
if(WIN32)
set(_extra_libs "${BA_Dependencies_WIN32}")
else()
set(_extra_libs
${Boost_LIBRARIES}
${GSL_LIBRARIES}
${FFTW3_LIBRARIES}
${Cerf_LIBRARIES}
${formfactor_LIBRARIES}
)
if(BA_TIFF_SUPPORT)
list(APPEND _extra_libs ${TIFF_LIBRARIES})
endif()
if(BA_MPI)
# TODO: Add MPI libs `MPI_CXX_LIBRARIES`?
endif()
set(_extra_libs "${BA_Dependencies}")
endif()
# make the Python wheel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment