forked from mpusz/mp-units
build: catch2 updated to 2.13.4
This commit is contained in:
@@ -103,7 +103,7 @@ class UnitsConan(ConanFile):
|
|||||||
|
|
||||||
def build_requirements(self):
|
def build_requirements(self):
|
||||||
if self._run_tests:
|
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")
|
self.build_requires("linear_algebra/0.7.0@public-conan/stable")
|
||||||
if self.options.build_docs:
|
if self.options.build_docs:
|
||||||
self.build_requires("doxygen/1.8.20")
|
self.build_requires("doxygen/1.8.20")
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
- (!) build: `BUILD_DOCS` CMake option renamed to `UNITS_BUILD_DOCS`
|
- (!) 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: `-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: doxygen updated to 1.8.20
|
||||||
|
- build: catch2 updated to 2.13.4
|
||||||
- build: Conan generator switched to `cmake_find_package_multi`
|
- build: Conan generator switched to `cmake_find_package_multi`
|
||||||
- build: Conan CMakeToolchain support added
|
- build: Conan CMakeToolchain support added
|
||||||
- build: CMake scripts cleanup
|
- build: CMake scripts cleanup
|
||||||
|
Reference in New Issue
Block a user