Skip to content

Commit

Permalink
Fix Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 22, 2024
1 parent b40b0d1 commit 54c9ac0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/BuildWindowsTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public override void Run(BuildContext context)
// Disable openmp so there is no dependency on VCOMP140.dll
context.StartProcess("cmake", new ProcessSettings { WorkingDirectory = buildWorkingDir, Arguments = "-DASSIMP_BUILD_TESTS=OFF -DASSIMP_INSTALL=OFF CMakeLists.txt"});
context.MSBuild("assimp/ALL_BUILD.vcxproj", buildSettings);
context.StartProcess("dir", new ProcessSettings { WorkingDirectory = buildWorkingDir, Arguments = ""});
context.CopyFile("assimp/bin/assimp.dll", $"{context.ArtifactsDir}/assimp.dll");
context.CopyFile(@"assimp/bin/Release/assimp-vc143-mt.dll", $"{context.ArtifactsDir}/assimp.dll");
}
}

0 comments on commit 54c9ac0

Please sign in to comment.