Skip to content

Commit

Permalink
[cmake] Use make_cython_bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed May 31, 2023
1 parent 92929c4 commit 69cadbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions binding/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2012-2019 CNRS-UM LIRMM, CNRS-AIST JRL
#

add_cython_bindings(
make_cython_bindings(
eigen_qld
TARGETS
eigen-qld
Expand All @@ -12,5 +12,5 @@ add_cython_bindings(
eigen_qld/__init__.py
PRIVATE_SOURCES
eigen_qld/eigen_qld.pyx
eigen_qld/private_typedefs.h
include/private_typedefs.h
tests/test_qp.py)
File renamed without changes.

0 comments on commit 69cadbe

Please sign in to comment.