Skip to content

Commit

Permalink
Use 'ip::ip_d' target instead of 'sp::sp_d'
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Dec 14, 2024
1 parent dab57fc commit 3b5eac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ target_include_directories(ccpp_physics PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>)

target_link_libraries(ccpp_physics PUBLIC w3emc::w3emc_d
sp::sp_d
ip::ip_d
NetCDF::NetCDF_Fortran)

# Define where to install the library
Expand Down

0 comments on commit 3b5eac7

Please sign in to comment.