Skip to content

Commit 44d7743

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent df66023 commit 44d7743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ find_package(eigenpy REQUIRED)
66
file(GLOB py_SRC CONFIGURE_DEPENDS "*.cpp")
77

88
set(PYLIB "${LIB_NAME}_pywrap")
9-
python3_add_library(${PYLIB} MODULE WITH_SOABI ${py_SRC})
9+
Python3_add_library(${PYLIB} MODULE WITH_SOABI ${py_SRC})
1010

1111
target_link_libraries(${PYLIB} PUBLIC ${LIB_NAME} eigenpy::eigenpy)
1212
target_compile_definitions(${PYLIB} PRIVATE MODULE_NAME=${PYLIB})

0 commit comments

Comments
 (0)