Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelogs/v3.5.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Other notable improvements include corrections to turbine indexing when coupled
#2116 VSbuild: always build Registry as release x64 (@andrew-platt)
#2120 #2125 CMake: openmp optional for FF and CPP if not explicitly requested (@andrew-platt and @deslaughter)
#2128 VSbuild: set VS version to VS 2017 (@andrew-platt)
#2138 Remove linking of implicit Fortran libraries. (@jrood-nrel)


### Docker builds
Expand Down
1 change: 0 additions & 1 deletion modules/nwtc-library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ add_library(nwtclibs ${NWTC_SYS_FILE} ${NWTCLIBS_SOURCES})
target_link_libraries(nwtclibs PUBLIC
${LAPACK_LIBRARIES}
${CMAKE_DL_LIBS}
${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES}
)
if (USE_DLL_INTERFACE)
target_compile_definitions(nwtclibs PRIVATE USE_DLL_INTERFACE)
Expand Down