Skip to content

Commit 75626c2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 37563e5 commit 75626c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(
1515
expose-kinodynamics.cpp
1616
)
1717

18-
python3_add_library(${PY_NAME}_pywrap MODULE WITH_SOABI ${${PY_NAME}_SOURCES})
18+
Python3_add_library(${PY_NAME}_pywrap MODULE WITH_SOABI ${${PY_NAME}_SOURCES})
1919
target_link_libraries(${PY_NAME}_pywrap PUBLIC ${PROJECT_NAME} eigenpy::eigenpy)
2020
set_target_properties(
2121
${PY_NAME}_pywrap

0 commit comments

Comments
 (0)