Skip to content

Commit

Permalink
turning off cmake build of examples/f03
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 23, 2019
1 parent 3491e45 commit 473c69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (PIO_ENABLE_FORTRAN)
ADD_SUBDIRECTORY(f03)
ADD_SUBDIRECTORY(c)
else()
ADD_SUBDIRECTORY(f03)
# ADD_SUBDIRECTORY(f03)
ADD_SUBDIRECTORY(c)
# ADD_SUBDIRECTORY(cxx)
endif()
Expand Down

0 comments on commit 473c69a

Please sign in to comment.