Skip to content

Commit

Permalink
Native/Assimp: Don't build tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Apr 14, 2024
1 parent 0a6b959 commit 459fcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/nuke/Native/Assimp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ partial class Build {
var buildDir = AssimpPath / "build";
var runtimes = RootDirectory / "src" / "Native" / "Silk.NET.Assimp.Native" / "runtimes";

var prepare = "cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DASSIMP_WARNINGS_AS_ERRORS=OFF";
var prepare = "cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DASSIMP_WARNINGS_AS_ERRORS=OFF -DASSIMP_BUILD_TESTS=OFF";
var build = $"cmake --build . --config Release{JobsArg}";

if (OperatingSystem.IsWindows())
Expand Down

0 comments on commit 459fcfa

Please sign in to comment.