Skip to content

Commit

Permalink
SKA-210: update SilKit version and README (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
VKyllianAubry authored and GitHub Enterprise committed Oct 26, 2023
1 parent 77d8d76 commit cd59c73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CMAKE_CXX_STANDARD 17)

set(SILKIT_ADAPTERS_TAP_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin")

set(SILKIT_VERSION "4.0.17" CACHE STRING "If no SIL Kit package is specified, this version will be downloaded")
set(SILKIT_VERSION "4.0.37" 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
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.37",
"SILKIT_FLAVOR": "ubuntu-18.04-x86_64-gcc"
},
"condition": {
Expand Down Expand Up @@ -88,4 +88,4 @@
"configurePreset": "linux-release"
}
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The adapters and demos are built using ``cmake``. If you want to build the adapt

**Note 1:** If you have installed a self-built version of SIL Kit, you can build the adapter against it by setting SILKIT_PACKAGE_DIR to the installation path, where the bin, include and lib directories are.

**Note 2:** If you don't provide a specific path for SILKIT_PACKAGE_DIR, a SIL Kit release package [SilKit-4.0.17-ubuntu-18.04-x86_64-gcc] will be fetched from github.com and the adapter will be built against it.
**Note 2:** If you don't provide a specific path for SILKIT_PACKAGE_DIR, a SIL Kit release package (the default version listed in CMakeLists.txt) will be fetched from github.com and the adapter will be built against it.


The adapters and demo executables will be available in ``build/bin`` (depending on the configured build directory).
Expand Down

0 comments on commit cd59c73

Please sign in to comment.