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 30, 2019
1 parent 57297e1 commit bdbb07f
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 @@ -24,7 +24,7 @@ SET(CXX_DISABLE_WERROR TRUE)
INCLUDE(cmake/base.cmake)
INCLUDE(cmake/boost.cmake)
INCLUDE(cmake/hpp.cmake)
INCLUDE(cmake/hpp/python.cmake)
INCLUDE(cmake//python.cmake)

# Tells pkg-config to read qtversion and cmake_plugin from pkg config file.
LIST(APPEND PKG_CONFIG_ADDITIONAL_VARIABLES qtversion cmake_plugin)
Expand All @@ -34,7 +34,7 @@ SET(PROJECT_DESCRIPTION "Graphical interface for HPP ")

SETUP_HPP_PROJECT()

HPP_FINDPYTHON()
FINDPYTHON()
ADD_REQUIRED_DEPENDENCY("gepetto-viewer-corba >= 1.3")

# Get desired Qt version
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 bdbb07f

Please sign in to comment.