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 37563e5 commit 75626c2Copy full SHA for 75626c2
bindings/CMakeLists.txt
@@ -15,7 +15,7 @@ set(
15
expose-kinodynamics.cpp
16
)
17
18
-python3_add_library(${PY_NAME}_pywrap MODULE WITH_SOABI ${${PY_NAME}_SOURCES})
+Python3_add_library(${PY_NAME}_pywrap MODULE WITH_SOABI ${${PY_NAME}_SOURCES})
19
target_link_libraries(${PY_NAME}_pywrap PUBLIC ${PROJECT_NAME} eigenpy::eigenpy)
20
set_target_properties(
21
${PY_NAME}_pywrap
0 commit comments