Skip to content

Commit

Permalink
Merge pull request #109 from nim65s/devel
Browse files Browse the repository at this point in the history
CMake: fix use of installed jrl-cmakemodules
  • Loading branch information
jorisv committed Sep 17, 2024
2 parents 93410ff + d9c045e commit fc515a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

* Ask for Pinocchio 3.0.0 (which exists, not 2.9.1)
* Fix use of installed jrl-cmakemodules ([#109](https://github.com/Simple-Robotics/proxsuite-nlp/pull/109))

### Changed

Expand Down
2 changes: 1 addition & 1 deletion tests/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ foreach(pyfile ${PYTHON_TESTS})
add_python_unit_test(${test_name} "tests/python/${pyfile}" "tests/python" "bindings/python")
endforeach()

include(${PROJECT_SOURCE_DIR}/cmake/python-helpers.cmake)
include(${JRL_CMAKE_MODULES}/python-helpers.cmake)

function(add_test_lib filename name)
python3_add_library(${name} MODULE WITH_SOABI ${filename})
Expand Down

0 comments on commit fc515a1

Please sign in to comment.