Skip to content

Commit 4e21cae

Browse files
IsmaeelAlNajarGitHub Enterprise
authored andcommitted
SKA-1026: use SIL Kit v5.0.3 (#201)
1 parent 0850a56 commit 4e21cae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FmuImporter/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup>
88
<Version>1.5.0</Version>
9-
<SilKitVersion>5.0.1</SilKitVersion>
9+
<SilKitVersion>5.0.3</SilKitVersion>
1010
<Copyright>Copyright (c) Vector Informatik GmbH. All rights reserved.</Copyright>
1111
</PropertyGroup>
1212

FmuImporter/downloadSilKit.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<!-- Prefer a locally installed SIL Kit on Linux, check for libSilKit.so in /usr/lib/x86_64-linux-gnu. -->
24-
<!-- First, prefer an exact versioned file matching the current SilKitVersion, e.g. libSilKit.so.5.0.1 -->
24+
<!-- First, prefer an exact versioned file matching the current SilKitVersion, e.g. libSilKit.so.5.0.3 -->
2525
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux')) and Exists('/usr/lib/x86_64-linux-gnu/libSilKit.so.$(SilKitVersion)')">
2626
<SilKitLinuxLibPath>/usr/lib/x86_64-linux-gnu/libSilKit.so.$(SilKitVersion)</SilKitLinuxLibPath>
2727
</PropertyGroup>

0 commit comments

Comments
 (0)