Skip to content

Commit

Permalink
Fixed unbound cmvers variable (#4549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensinda authored and jpakkane committed Nov 26, 2018
1 parent 2fb9814 commit 37ffff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesonbuild/dependencies/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,7 @@ def check_cmake(self):
else:
cmakebin = 'cmake'
cmakebin = ExternalProgram(cmakebin, silent=True)
cmvers = None
invalid_version = False
if cmakebin.found():
try:
Expand Down

0 comments on commit 37ffff0

Please sign in to comment.