Skip to content

Commit

Permalink
Restore argument parsing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzhelil Rufat authored and jakobwesthoff committed Jun 19, 2010
1 parent 47905a1 commit ae3114e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vala/ValaPrecompile.cmake
Expand Up @@ -102,6 +102,7 @@ find_package(Vala REQUIRED)
## ##


macro(vala_precompile output) macro(vala_precompile output)
parse_arguments(ARGS "PACKAGES;OPTIONS;DIRECTORY;GENERATE_HEADER;GENERATE_VAPI;CUSTOM_VAPIS" "" ${ARGN})
if(DIRECTORY) if(DIRECTORY)
# do nothing # do nothing
else(DIRECTORY) else(DIRECTORY)
Expand Down

0 comments on commit ae3114e

Please sign in to comment.