Skip to content

Commit

Permalink
SKA-213: Adjusted SIL Kit version in CMakePresets.json (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
VIsmaeelAlNajar authored and GitHub Enterprise committed Aug 31, 2023
1 parent 6a56805 commit 3171659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cacheVariables": {
"CMAKE_C_COMPILER": "gcc",
"CMAKE_CXX_COMPILER": "g++",
"SILKIT_VERSION": "4.0.17",
"SILKIT_VERSION": "4.0.34",
"SILKIT_FLAVOR": "ubuntu-18.04-x86_64-gcc"
},
"condition": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"binaryDir": "${sourceDir}/_build/${presetName}",
"installDir": "${sourceDir}/_install/${presetName}",
"cacheVariables": {
"SILKIT_VERSION": "4.0.17",
"SILKIT_VERSION": "4.0.34",
"SILKIT_FLAVOR": "Win-x86_64-VS2017"
},
"condition": {
Expand Down

0 comments on commit 3171659

Please sign in to comment.