Try fix some build issues.

This commit is contained in:
Wim Pomp
2025-09-12 18:48:37 +02:00
parent 5750fd7f99
commit d56f3155ad
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ fn main() -> Result<(), Box<dyn Error>> {
// use cmake to compile the SimpleITK C++ code
let dst = cmake::Config::new(sitk_dir.join("SuperBuild"))
.no_build_target(true)
.define("ITK_SKIP_PATH_LENGTH_CHECKS", "ON")
.define("BUILD_EXAMPLES", "OFF")
.define("BUILD_TESTING", "OFF")
.define("WRAP_CSHARP", "OFF")