From ce6256075584c4e72e4d746421bdd903cbcef10c Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 23 Jun 2021 11:20:46 +0200 Subject: [PATCH] Update Buildbipedal-locomotion-framework.cmake --- cmake/Buildbipedal-locomotion-framework.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Buildbipedal-locomotion-framework.cmake b/cmake/Buildbipedal-locomotion-framework.cmake index b4c6d059f..ff24b5646 100644 --- a/cmake/Buildbipedal-locomotion-framework.cmake +++ b/cmake/Buildbipedal-locomotion-framework.cmake @@ -67,6 +67,7 @@ ycm_ep_helper(bipedal-locomotion-framework TYPE GIT set(bipedal-locomotion-framework_CONDA_DEPENDENCIES eigen) list(APPEND bipedal-locomotion-framework_CONDA_DEPENDENCIES nlohmann_json) +list(APPEND bipedal-locomotion-framework_CONDA_DEPENDENCIES spdlog) if(ROBOTOLOGY_USES_PYTHON) list(APPEND bipedal-locomotion-framework_CONDA_DEPENDENCIES pybind11)