We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa4fccc + 50f1640 commit 9c74f38Copy full SHA for 9c74f38
2 files changed
CMakeLists.txt
@@ -2,7 +2,7 @@
2
set(AGENT_VERSION_MAJOR 2)
3
set(AGENT_VERSION_MINOR 6)
4
set(AGENT_VERSION_PATCH 0)
5
-set(AGENT_VERSION_BUILD 1)
+set(AGENT_VERSION_BUILD 2)
6
set(AGENT_VERSION_RC "")
7
8
# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent
conan/oniguruma/conanfile.py
@@ -49,6 +49,7 @@ def generate(self):
49
tc = CMakeToolchain(self)
50
tc.variables["ENABLE_POSIX_API"] = self.options.posix_api
51
tc.variables["ENABLE_BINARY_COMPATIBLE_POSIX_API"] = self.options.posix_api
52
+ tc.variables["BUILD_TEST"] = False
53
if Version(self.version) >= "6.9.8":
54
tc.variables["INSTALL_DOCUMENTATION"] = False
55
tc.variables["INSTALL_EXAMPLES"] = False
0 commit comments