Skip to content

Commit

Permalink
Added spdlog in the exported dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Mar 23, 2021
1 parent ba1547e commit 4f141ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ add_subdirectory(devices)
#By including the file "BipedalLocomotion/Framework.h" it is possible to include all the headers automatically.
include(AddBipedalLocomotionFrameworkTarget)

set(FRAMEWORK_PUBLIC_DEPENDENCIES "iDynTree 1.1.0" "Eigen3 3.2.92")
set(FRAMEWORK_PUBLIC_DEPENDENCIES "iDynTree 1.1.0" "Eigen3 3.2.92" spdlog)

if (FRAMEWORK_USE_YARP)
list(APPEND FRAMEWORK_PUBLIC_DEPENDENCIES YARP)
Expand Down

0 comments on commit 4f141ae

Please sign in to comment.