Skip to content

Commit

Permalink
Updating build script to ZED SDK 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnes authored Sep 11, 2018
1 parent aeb35ff commit 2f54c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stereolabs/Source/Stereolabs/Stereolabs.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void LoadZEDSDK(ReadOnlyTargetRules Target, string DirPath)
// Check SDK version
string DefinesHeaderFilePath = Path.Combine(DirPath, "include\\sl_zed\\defines.hpp");
string Major = "2";
string Minor = "5";
string Minor = "6";

// Find SDK major and minor version and compare
foreach (var line in File.ReadLines(DefinesHeaderFilePath))
Expand Down

0 comments on commit 2f54c1e

Please sign in to comment.