build: catch2 updated to 2.13.4

This commit is contained in:
Mateusz Pusz
2021-01-27 17:10:14 +01:00
parent 98c15a2356
commit 6ebbc11072
2 changed files with 2 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ class UnitsConan(ConanFile):
def build_requirements(self):
if self._run_tests:
self.build_requires("catch2/2.13.0")
self.build_requires("catch2/2.13.4")
self.build_requires("linear_algebra/0.7.0@public-conan/stable")
if self.options.build_docs:
self.build_requires("doxygen/1.8.20")

View File

@@ -20,6 +20,7 @@
- (!) build: `BUILD_DOCS` CMake option renamed to `UNITS_BUILD_DOCS`
- (!) build: `-g cmake_paths` has to be manually provided for `conan install` command (workaround for a Conan bug)
- build: doxygen updated to 1.8.20
- build: catch2 updated to 2.13.4
- build: Conan generator switched to `cmake_find_package_multi`
- build: Conan CMakeToolchain support added
- build: CMake scripts cleanup