Skip to content

Commit

Permalink
FindVala.cmake: fixed incorrect valac-executable names
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-W committed Sep 15, 2013
1 parent 840e1c5 commit c90e890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vala/FindVala.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# Search for the valac executable in the usual system paths
# Some distributions rename the valac to contain the major.minor in the binary name
find_program(VALA_EXECUTABLE NAMES valac valac-0.20 valac-0.18 valac-0.16 valac-0.14 valac 0.12 valac 0.10)
find_program(VALA_EXECUTABLE NAMES valac valac-0.20 valac-0.18 valac-0.16 valac-0.14 valac-0.12 valac-0.10)
mark_as_advanced(VALA_EXECUTABLE)

# Determine the valac version
Expand Down

0 comments on commit c90e890

Please sign in to comment.