Skip to content

Commit

Permalink
[build] Require spdlog >= 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 22, 2024
1 parent 8be899c commit 817a4f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DARTFindspdlog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
# This file is provided under the "BSD-style" License

find_package(spdlog 1.3.0 QUIET CONFIG)
find_package(spdlog 1.9.2 QUIET CONFIG)
4 changes: 4 additions & 0 deletions docs/readthedocs/developer_guide/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ Here's a summary of the dependencies required to build DART (WIP):
+------------+----------+---------+--------------+-------+
| ODE | No | Runtime | 0.16.2 | |
+------------+----------+---------+--------------+-------+
| Pagmo | No | Runtime | 2.18.0 | |
+------------+----------+---------+--------------+-------+
| spdlog | No | Runtime | 1.9.2 | |
+------------+----------+---------+--------------+-------+

Clone the DART Repository
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 817a4f7

Please sign in to comment.