Skip to content

Commit

Permalink
Update TudatLinkLibraries.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx authored Oct 16, 2024
1 parent b15c06f commit a7c9e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/TudatLinkLibraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif ()

list(APPEND TUDAT_EXTERNAL_INTERFACE_LIBRARIES ${NRLMSISE00_LIBRARIES})

list(APPEND TUDAT_EXTERNAL_INTERFACE_LIBRARIES ${FFTW_LIBRARIES})
list(APPEND TUDAT_EXTERNAL_INTERFACE_LIBRARIES ${FFTW3_LIBRARIES})

if (TUDAT_BUILD_WITH_JSON_INTERFACE)
list(APPEND TUDAT_EXTERNAL_LIBRARIES ${nlohmann_json_LIBRARIES})
Expand Down

0 comments on commit a7c9e60

Please sign in to comment.