File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ include_directories (
139139 ${DICE_TRILINOS_HEADERS}
140140)
141141add_library (dicecore ${DICE_SOURCES} ${DICE_HEADERS} )
142- target_link_libraries (dicecore ${DICE_LIBRARIES} ${OpenCV_LIBRARIES} diceutils )
142+ target_link_libraries (dicecore ${DICE_LIBRARIES} diceutils ${OpenCV_LIBRARIES} )
143143
144144target_compile_definitions (dicecore PRIVATE -D DICE_LIB_EXPORTS_MODE )
145145add_dependencies (dicecore DICe_utils )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ include_directories(
3434 ${NetCDF_DIR}
3535)
3636
37- SET (DICE_UTILS_LIBRARIES teuchoscore)
37+ SET (DICE_UTILS_LIBRARIES teuchoscore teuchosparameterlist )
3838if (DICE_ENABLE_NETCDF)
3939 SET (DICE_UTILS_LIBRARIES ${DICE_UTILS_LIBRARIES} netcdf)
4040ENDIF ()
You can’t perform that action at this time.
0 commit comments