Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
t-brown authored Apr 21, 2017
2 parents 6337b41 + 7b6cccd commit 6b2b719
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ else(POLICY CMP0048)
set(PROJECT_VERSION_PATCH 1)
endif(POLICY CMP0048)

if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif(POLICY CMP0042)

#------------------------------------------------------------------------------
# Enable Fortran
enable_language(Fortran)
Expand Down

0 comments on commit 6b2b719

Please sign in to comment.