Skip to content

Commit

Permalink
SKA-328: Update SIL Kit version to 4.0.39 (#44)
Browse files Browse the repository at this point in the history
- updated to most recent SIL Kit release
  • Loading branch information
VSvenMorgenthaler authored and GitHub Enterprise committed Nov 14, 2023
1 parent e9e566b commit 3fc3258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_CXX_STANDARD 17)
set(SILKIT_ADAPTERS_TAP_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/bin")
set(SILKIT_ADAPTERS_TAP_LIBRARY_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/lib")

set(SILKIT_VERSION "4.0.38" CACHE STRING "If no SIL Kit package is specified, this version will be downloaded")
set(SILKIT_VERSION "4.0.39" CACHE STRING "If no SIL Kit package is specified, this version will be downloaded")
set(SILKIT_FLAVOR "ubuntu-18.04-x86_64-gcc" CACHE STRING "If no SIL Kit package is specified, this package flavor will be downloaded")

find_package(Threads REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion 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.38",
"SILKIT_VERSION": "4.0.39",
"SILKIT_FLAVOR": "ubuntu-18.04-x86_64-gcc"
},
"condition": {
Expand Down

0 comments on commit 3fc3258

Please sign in to comment.