Skip to content

Commit

Permalink
CMake: update
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 5, 2023
1 parent 9a101a6 commit 6311c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC pinocchio::pinocchio

if(BUILD_WITH_PROXQP)
target_compile_definitions(${PROJECT_NAME} PUBLIC -DTSID_WITH_PROXSUITE)
target_link_libraries(${PROJECT_NAME} PUBLIC ${proxsuite_INTERFACE})
target_link_libraries(${PROJECT_NAME} PUBLIC proxsuite::proxsuite)
endif()

if(BUILD_WITH_OSQP)
Expand Down
4 changes: 1 addition & 3 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,5 @@ install(
set(PYTHON_FILES __init__.py)

foreach(python ${PYTHON_FILES})
python_build(${PROJECT_NAME} ${python})
install(FILES "${${PROJECT_NAME}_SOURCE_DIR}/bindings/python/tsid/${python}"
DESTINATION ${${PYWRAP}_INSTALL_DIR})
python_install(${PROJECT_NAME} ${python} ${${PYWRAP}_INSTALL_DIR})
endforeach(python)

0 comments on commit 6311c99

Please sign in to comment.