From 55629a82dfcdc3f5bd1b548c668a244514d48c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaquim=20Casals=20Bu=C3=B1uel?= <jcasals@iri.upc.edu> Date: Tue, 15 Jan 2019 22:30:27 +0100 Subject: [PATCH] Hotfix readme spdlog --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8291ed40..fb08051ca 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ We are shipping the CMAKE file `FindYamlCpp.cmake` together with Wolf. Find it a #### spdlog -Wolf used spdlog macros. To install it: +Wolf uses spdlog macros. Right now Wolf is only compatible with spdlog version 0.17.0. To install it: - Git clone the source: @@ -148,6 +148,7 @@ Wolf used spdlog macros. To install it: - Build and install with: $ cd spdlog + $ git checkout v0.17.0 $ mkdir build $ cd build $ cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" .. -- GitLab