Skip to content
Snippets Groups Projects
Commit 0767df50 authored by Karsten Rink's avatar Karsten Rink Committed by Lars Bilke
Browse files

adjusted sequence of target link libraries

parent 1a126bf5
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ if(BUILD_SHARED_LIBS) ...@@ -5,10 +5,10 @@ if(BUILD_SHARED_LIBS)
endif() endif()
target_link_libraries(NetCdfDialogLib target_link_libraries(NetCdfDialogLib
PUBLIC Qt5::Widgets PUBLIC Qt5::Widgets
${NETCDF_LIBRARIES_C}
${NETCDF_LIBRARIES_CXX} ${NETCDF_LIBRARIES_CXX}
${HDF5_LIBRARIES} ${NETCDF_LIBRARIES_C}
${HDF5_HL_LIBRARIES} ${HDF5_HL_LIBRARIES}
${HDF5_LIBRARIES}
PRIVATE MathLib) PRIVATE MathLib)
set_property(TARGET NetCdfDialogLib PROPERTY FOLDER "DataExplorer") set_property(TARGET NetCdfDialogLib PROPERTY FOLDER "DataExplorer")
......
...@@ -43,8 +43,8 @@ endif() ...@@ -43,8 +43,8 @@ endif()
if(TARGET NetCdfConverter) if(TARGET NetCdfConverter)
target_link_libraries(NetCdfConverter target_link_libraries(NetCdfConverter
${NETCDF_LIBRARIES_C}
${NETCDF_LIBRARIES_CXX} ${NETCDF_LIBRARIES_CXX}
${HDF5_LIBRARIES} ${NETCDF_LIBRARIES_C}
${HDF5_HL_LIBRARIES}) ${HDF5_HL_LIBRARIES}
${HDF5_LIBRARIES})
endif() endif()
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