mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
doxygen updated to 1.8.18
This commit is contained in:
@ -88,8 +88,7 @@ class UnitsConan(ConanFile):
|
||||
def build_requirements(self):
|
||||
if self._run_tests:
|
||||
self.build_requires("catch2/2.13.0")
|
||||
# TODO update doxygen to the latest version when available
|
||||
self.build_requires("doxygen_installer/1.8.17@bincrafters/stable")
|
||||
self.build_requires("doxygen/1.8.18")
|
||||
self.build_requires("linear_algebra/0.7.0@public-conan/testing")
|
||||
|
||||
def build(self):
|
||||
|
@ -106,7 +106,6 @@ Add the following remotes to your local Conan instance:
|
||||
.. code-block:: shell
|
||||
|
||||
conan remote add conan-mpusz https://api.bintray.com/conan/mpusz/conan-mpusz
|
||||
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
||||
conan remote add linear-algebra https://api.bintray.com/conan/twonington/public-conan
|
||||
|
||||
.. note::
|
||||
|
Reference in New Issue
Block a user