diff --git a/.gitlab-ci.py b/.gitlab-ci.py index e638c132ef47bcf7904a490f5b420571068284c8..acc5f3facdbca42bad1c7ac8253c6402e42ff280 100755 --- a/.gitlab-ci.py +++ b/.gitlab-ci.py @@ -78,7 +78,7 @@ def build(args): command += ['-S', '.'] command += ['-B', 'build'] command += ['-G', 'Ninja'] - command += define('CMAKE_PREFIX_PATH', 'vendor') + command += define('CMAKE_PREFIX_PATH', Path('vendor').resolve()) command += define_env('CMAKE_BUILD_TYPE') command += define('CMAKE_SUPPRESS_REGENERATION', 'ON') command += define('CMAKE_SKIP_PACKAGE_ALL_DEPENDENCY', 'ON')