From ec84af376c9ad4a25e4545edf39f6080a0cb0cae Mon Sep 17 00:00:00 2001 From: Antonio Ruiz Date: Wed, 3 Apr 2024 19:50:17 +0200 Subject: [PATCH] Testing CI. Dont merge --- .github/workflows/ubuntu.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 54290c5..7044174 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -8,7 +8,7 @@ on: env: BUILD_TYPE: Debug - SONAR_SCANNER_VERSION: 4.4.0.2170 + SONAR_SCANNER_VERSION: 6.1.0.4477 SONAR_SERVER_URL: "https://sonarcloud.io" BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory diff --git a/README.md b/README.md index 5b2e524..83a2429 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ For more information about variants, see the [Variant documentation](https://doc The following requirements need to be installed to build the library using CMake: -- CMake 3.19+ -- Conan 2 (CMakeDeps Generator) +- CMake 3.19+. +- Conan 2 (CMakeDeps Generator). By default, it provides the static library. The shared version shall be available using the CMake option `BUILD_SHARED_LIB=YES`.