Skip to content

Commit

Permalink
Merge pull request #2138 from andrew-platt/b/cmake_ImplicitLinking
Browse files Browse the repository at this point in the history
Remove linking of implicit Fortran libraries.
  • Loading branch information
andrew-platt authored Apr 2, 2024
2 parents 8d16cea + 8ea0b9d commit 85ee2dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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

0 comments on commit 85ee2dc

Please sign in to comment.