This commit is contained in:
xiaoyeliu
2025-11-19 10:11:38 +08:00
parent 2eeb2438c8
commit 5ebe4c0fd0

View File

@@ -185,6 +185,10 @@ function build_slicer() {
-DCMAKE_OSX_DEPLOYMENT_TARGET="${OSX_DEPLOYMENT_TARGET}"
fi
cmake --build . --config "$BUILD_CONFIG" --target "$SLICER_BUILD_TARGET"
# Explicitly build profile_validator if ORCA_TOOLS is enabled
if [ "$SLICER_BUILD_TARGET" = "all" ] || [ "$SLICER_BUILD_TARGET" = "ALL_BUILD" ]; then
cmake --build . --config "$BUILD_CONFIG" --target Snapmaker_Orca_profile_validator || echo "Warning: Snapmaker_Orca_profile_validator build failed or not available"
fi
)
echo "Verify localization with gettext..."