Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 21, 2024
1 parent 22c0d15 commit b46453e
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 @@ -88,7 +88,7 @@ include(FetchContent)

find_package(ESMF REQUIRED)
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} ${ESMF_F90COMPILEPATHS} ")
link_libraries("-L${PIO_ROOT}/lib -L${ESMF_LIBSDIR}")
link_libraries("-L$ENV{PIO_ROOT}/lib -L${ESMF_LIBSDIR}")


if("${COMPILER}" STREQUAL "nag")
Expand Down

0 comments on commit b46453e

Please sign in to comment.