Skip to content
Snippets Groups Projects
Commit 16014589 authored by jcarpent's avatar jcarpent
Browse files

[CMake] Fix bug related to missing linkage to hpp-fcl

Related to #456
parent 4244aecc
No related branches found
No related tags found
No related merge requests found
#
# Copyright (c) 2015-2016 CNRS
# Copyright (c) 2015-2018 CNRS
#
# This file is part of Pinocchio
# pinocchio is free software: you can redistribute it
......@@ -34,6 +34,10 @@ MACRO(ADD_UTIL NAME UTIL_SRC PKGS)
TARGET_LINK_LIBRARIES(${NAME} ${PYTHON_LIBRARIES})
ENDIF(BUILD_PYTHON_INTERFACE)
IF(HPP_FCL_FOUND)
PKG_CONFIG_USE_DEPENDENCY(${NAME} hpp-fcl)
ENDIF(HPP_FCL_FOUND)
ADD_DEPENDENCIES(utils ${NAME})
IF(BUILD_UTILS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment