diff --git a/CMakeLists.txt b/CMakeLists.txt index 85d3737ec..29b337cb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ set(AGENT_VERSION_MAJOR 2) set(AGENT_VERSION_MINOR 6) set(AGENT_VERSION_PATCH 0) -set(AGENT_VERSION_BUILD 1) +set(AGENT_VERSION_BUILD 2) set(AGENT_VERSION_RC "") # This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent diff --git a/conan/oniguruma/conanfile.py b/conan/oniguruma/conanfile.py index bee152d3c..e14b94fe4 100644 --- a/conan/oniguruma/conanfile.py +++ b/conan/oniguruma/conanfile.py @@ -49,6 +49,7 @@ def generate(self): tc = CMakeToolchain(self) tc.variables["ENABLE_POSIX_API"] = self.options.posix_api tc.variables["ENABLE_BINARY_COMPATIBLE_POSIX_API"] = self.options.posix_api + tc.variables["BUILD_TEST"] = False if Version(self.version) >= "6.9.8": tc.variables["INSTALL_DOCUMENTATION"] = False tc.variables["INSTALL_EXAMPLES"] = False