Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Jan 13, 2024
1 parent 4360aee commit ba5f71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endfunction()

function(add_fv3atm_serial_test TESTNAME)
add_executable(${TESTNAME} ${TESTNAME}.F90)
target_link_libraries(${TESTNAME} PRIVATE fv3atm MPI::MPI_Fortran PIO::PIO_Fortran)
target_link_libraries(${TESTNAME} PRIVATE fv3atm)
add_test(${TESTNAME} ${CMAKE_CURRENT_BINARY_DIR}/${TESTNAME})
endfunction()

Expand Down

0 comments on commit ba5f71d

Please sign in to comment.