Skip to content

Commit

Permalink
Fix list of files with hard-coded CXX version
Browse files Browse the repository at this point in the history
Used for updating CXX to newer versions.

The Rust version is all in a single file Cargo.toml at the root of the
project directory.
  • Loading branch information
david-cattermole committed Oct 19, 2024
1 parent ddb070a commit 92854fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions scripts/internal/build_mmSolverLibs_linux.bash
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ then
# NOTE: When changing this version number, make sure to update the
# CXX version used in the C++ buildings, and all the build scripts
# using this value:
# './lib/mmsolverlibs/Cargo.toml'
# './lib/cppbind/mmscenegraph/Cargo.toml'
# './lib/cppbind/mmimage/Cargo.toml'
# './lib/cppbind/mmlens/Cargo.toml'
# './lib/cppbind/mmcore/Cargo.toml'
# './Cargo.toml'
# './scripts/internal/build_mmSolverLibs_windows64.bat'
${RUST_CARGO_EXE} install cxxbridge-cmd --version 1.0.129
fi
Expand Down
6 changes: 1 addition & 5 deletions scripts/internal/build_mmSolverLibs_windows64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,7 @@ IF ERRORLEVEL 1 (
:: NOTE: When changing this version number, make sure to update the
:: CXX version used in the C++ buildings, and all the build scripts
:: using this value:
:: './lib/mmsolverlibs/Cargo.toml'
:: './lib/cppbind/mmscenegraph/Cargo.toml'
:: './lib/cppbind/mmimage/Cargo.toml'
:: './lib/cppbind/mmlens/Cargo.toml'
:: './lib/cppbind/mmcore/Cargo.toml'
:: './Cargo.toml'
:: './scripts/internal/build_mmSolverLibs_windows64.bat'
:: './scripts/internal/build_mmSolverLibs_linux.bash'
%RUST_CARGO_EXE% install cxxbridge-cmd --version 1.0.129
Expand Down

0 comments on commit 92854fa

Please sign in to comment.