Skip to content

Commit

Permalink
[CMake] update sot-core to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Feb 22, 2019
1 parent 6aa404f commit 8087ec7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SETUP_PROJECT()
ADD_REQUIRED_DEPENDENCY("pinocchio")

ADD_REQUIRED_DEPENDENCY("dynamic-graph >= 3.0.0")
ADD_REQUIRED_DEPENDENCY("sot-core >= 3.0.0")
ADD_REQUIRED_DEPENDENCY("sot-core >= 4.0.0")
ADD_REQUIRED_DEPENDENCY("sot-dynamic-pinocchio >= 3.1")
ADD_REQUIRED_DEPENDENCY("dynamic-graph-python >= 3.0.0")

Expand Down Expand Up @@ -94,16 +94,16 @@ IF(TALOS_DATA_FOUND)
${PROJECT_BINARY_DIR}/tests/${py_filename}.py
DESTINATION
${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}/tests
)
)
ENDFOREACH(py_filename)

# Install python files starting the application
FOREACH(py_filename test-simple-seq-play )
INSTALL(FILES
${PROJECT_SOURCE_DIR}/tests/${py_filename}.py
DESTINATION
${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}/tests
)
)
ENDFOREACH(py_filename)
ENDIF(PYRENE_MOTIONS_FOUND)

Expand Down

0 comments on commit 8087ec7

Please sign in to comment.