Update path for catch-classic vcpkg's portfile

This commit is contained in:
Martin Hořeňovský 2018-01-12 11:06:09 +01:00
parent 34f7cfe046
commit b97e9a2f8b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from releaseCommon import Version
print(catchPath)
default_path = '../vcpkg/ports/catch/'
default_path = '../vcpkg/ports/catch-classic/'
def adjusted_path(path):
return os.path.join(catchPath, path)