Skip to content

Commit

Permalink
Merge pull request #110 from GEOS-ESM/develop
Browse files Browse the repository at this point in the history
Merge Develop into Main
  • Loading branch information
mathomp4 authored Jul 16, 2020
2 parents 15b48ca + 9afdc3f commit 30cfe1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion esma.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,8 @@ endmacro ()

find_package(GitInfo)

find_package(F2PY)
option(USE_F2PY "Turn on F2PY builds" ON)

if (USE_F2PY)
find_package(F2PY)
endif ()

0 comments on commit 30cfe1f

Please sign in to comment.