Skip to content
Snippets Groups Projects
Commit b4715bba authored by calrama's avatar calrama
Browse files

Update ci/cd

parent 05fe89f7
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment