Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

Commit 921c37b

Browse files
committed
Fix quoting of CMake command
1 parent 5dc2555 commit 921c37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parallel_nodes(["linux && cura", "windows && cura"]) {
1313
branch = "master"
1414
}
1515

16-
cmake '..', '-DCMAKE_PREFIX_PATH="${env.CURA_ENVIRONMENT_PATH}/${branch}" -DCMAKE_BUILD_TYPE=Release'
16+
cmake '..', "-DCMAKE_PREFIX_PATH=\"${env.CURA_ENVIRONMENT_PATH}/${branch}\" -DCMAKE_BUILD_TYPE=Release"
1717
make ''
1818
}
1919
}

0 commit comments

Comments
 (0)