File tree 1 file changed +5
-5
lines changed
swift-ci/sdks/static-linux/scripts
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -243,15 +243,15 @@ header "Building CMake from source"
243
243
244
244
quiet_pushd ${source_dir} /swift-project/cmake
245
245
run cmake -G ' Ninja' ./ \
246
- -B ${source_dir} /swift-project /cmake/build \
247
- -DCMAKE_INSTALL_PREFIX=${source_dir} /swift-project /cmake/install \
246
+ -B ${build_dir} /cmake/build \
247
+ -DCMAKE_INSTALL_PREFIX=${build_dir} /cmake/install \
248
248
-DCMAKE_BUILD_TYPE=Release \
249
249
-DCMAKE_USE_OPENSSL=OFF \
250
250
-DBUILD_CursesDialog=OFF \
251
251
-DBUILD_TESTING=OFF
252
- run ninja -C ${source_dir} /swift-project /cmake/build
253
- run ninja -C ${source_dir} /swift-project /cmake/build install
254
- run export PATH=" ${source_dir} /swift-project /cmake/install/bin:$PATH "
252
+ run ninja -C ${build_dir} /cmake/build
253
+ run ninja -C ${build_dir} /cmake/build install
254
+ run export PATH=" ${build_dir} /cmake/install/bin:$PATH "
255
255
quiet_popd
256
256
run cmake --version
257
257
You can’t perform that action at this time.
0 commit comments