Skip to content

Commit

Permalink
[CMake] sync submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 26, 2019
1 parent 802c319 commit 5173611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SET(CXX_DISABLE_WERROR true)
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/idl.cmake)
INCLUDE(cmake/hpp.cmake)
INCLUDE(cmake/hpp/python.cmake)
INCLUDE(cmake/python.cmake)

SET(PROJECT_NAME hpp-rbprm-corba)
SET(PROJECT_DESCRIPTION "Corba server for reachability based planning")
Expand All @@ -41,7 +41,7 @@ SET(${PROJECT_NAME}_HEADERS
include/hpp/corbaserver/rbprm/server.hh
)

HPP_FINDPYTHON()
FINDPYTHON()

ADD_DOC_DEPENDENCY("hpp-core >= 4.3")
ADD_REQUIRED_DEPENDENCY("hpp-corbaserver >= 4.3")
Expand Down
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 6 files
+16 −3 base.cmake
+28 −25 header.cmake
+0 −27 hpp/python.cmake
+16 −5 python.cmake
+1 −1 test.cmake
+30 −19 version.cmake

0 comments on commit 5173611

Please sign in to comment.