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)