Skip to content

Commit

Permalink
[CMake] Handle OSX policy with cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent authored and jmirabel committed Jun 8, 2018
1 parent 3fac347 commit f259c15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,19 @@ SET(CXX_DISABLE_WERROR TRUE)
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/ros.cmake)
INCLUDE(cmake/apple.cmake)
INCLUDE(cmake/test.cmake)

SET(PROJECT_NAME hpp-pinocchio)
SET(PROJECT_DESCRIPTION "Wrapping of the kinematic/dynamic chain Pinocchio for HPP.")
SET(PROJECT_URL "https://github.com/humanoid-path-planner/hpp-pinocchio")
OPTION(INSTALL_DOCUMENTATION "Generate and install the documentation" ON)

# Handle APPLE Cmake policy
IF(APPLE)
APPLY_DEFAULT_APPLE_CONFIGURATION()
ENDIF(APPLE)

SETUP_PROJECT()

# Activate hpp-util logging if requested
Expand Down

0 comments on commit f259c15

Please sign in to comment.