We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df66023 commit 44d7743Copy full SHA for 44d7743
python/CMakeLists.txt
@@ -6,7 +6,7 @@ find_package(eigenpy REQUIRED)
6
file(GLOB py_SRC CONFIGURE_DEPENDS "*.cpp")
7
8
set(PYLIB "${LIB_NAME}_pywrap")
9
-python3_add_library(${PYLIB} MODULE WITH_SOABI ${py_SRC})
+Python3_add_library(${PYLIB} MODULE WITH_SOABI ${py_SRC})
10
11
target_link_libraries(${PYLIB} PUBLIC ${LIB_NAME} eigenpy::eigenpy)
12
target_compile_definitions(${PYLIB} PRIVATE MODULE_NAME=${PYLIB})
0 commit comments