Skip to content

Commit

Permalink
Support for CMake < 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Gray committed Aug 11, 2016
1 parent 445cbd5 commit ab44cc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions standard/StandardProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ does the following:
* Enforces the project has a VERSION set.
]]

include (CMakeParseArguments) #Backwards compatibilty

#This must be a macro since project defines scope-local variables
#that we generally rely on being in the root context.
macro(standard_project project_name)
Expand Down

0 comments on commit ab44cc7

Please sign in to comment.