mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +02:00
build: catch2
updated to 3.3.2
This commit is contained in:
@ -115,7 +115,7 @@ class MPUnitsConan(ConanFile):
|
||||
|
||||
def build_requirements(self):
|
||||
if self._build_all:
|
||||
self.test_requires("catch2/3.1.0")
|
||||
self.test_requires("catch2/3.3.2")
|
||||
if not self._skip_la:
|
||||
self.test_requires("wg21-linear_algebra/0.7.3")
|
||||
if not self._skip_docs:
|
||||
|
Reference in New Issue
Block a user