Skip to content

Commit 4b6d1e1

Browse files
committed
[CMake] sync submodule
1 parent 585dd7c commit 4b6d1e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SET(CXX_DISABLE_WERROR true)
2323
INCLUDE(cmake/base.cmake)
2424
INCLUDE(cmake/idl.cmake)
2525
INCLUDE(cmake/hpp.cmake)
26-
INCLUDE(cmake/hpp/python.cmake)
26+
INCLUDE(cmake/python.cmake)
2727

2828
SET(PROJECT_NAME hpp-affordance-corba)
2929
SET(PROJECT_DESCRIPTION "Corba server for Humanoid Path Planner Affordance applications")
@@ -35,7 +35,7 @@ SETUP_HPP_PROJECT ()
3535
LIST(APPEND PKG_CONFIG_ADDITIONAL_VARIABLES cmake_plugin)
3636

3737
# Dependencies
38-
HPP_FINDPYTHON()
38+
FINDPYTHON()
3939
ADD_REQUIRED_DEPENDENCY("hpp-core >= 3")
4040
ADD_REQUIRED_DEPENDENCY("hpp-pinocchio >= 3")
4141
ADD_REQUIRED_DEPENDENCY("omniORB4 >= 4.1.4")

0 commit comments

Comments
 (0)