Skip to content
Snippets Groups Projects
Commit 063bda51 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-sot-core-v3] remove patch-aa

which has been applied upstream
parent 04917d4c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
ORG= stack-of-tasks
NAME= sot-core
VERSION= 4.4.0
PKGREVISION= 1
DISTNAME= ${NAME}-${VERSION}
PKGNAME= ${PKGTAG.python-}${NAME}-v3-${VERSION}
......
SHA1 (sot-core-4.4.0.tar.gz) = e86d8be3e267711b1ed6ceb6a82675be984bc082
RMD160 (sot-core-4.4.0.tar.gz) = 2ba61574fd4bf475e10e141dfb0fe4efd0796a7f
Size (sot-core-4.4.0.tar.gz) = 1103463 bytes
SHA1 (patch-aa) = c9046835b2583616c8d23b29d11902d74dba710f
--- src/CMakeLists.txt
+++ src/CMakeLists.txt
@@ -230,9 +230,13 @@ FOREACH(plugin ${plugins})
sot-core-${PYTHON_LIBRARY_NAME}-wrap
)
ENDIF(BUILD_PYTHON_INTERFACE)
- # Install plugins
- INSTALL(TARGETS ${LIBRARY_NAME}
- DESTINATION ${DYNAMIC_GRAPH_PLUGINDIR})
+
+ IF (NOT INSTALL_PYTHON_INTERFACE_ONLY)
+ # Install plugins
+ INSTALL(TARGETS ${LIBRARY_NAME}
+ DESTINATION ${DYNAMIC_GRAPH_PLUGINDIR})
+ ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
+
ENDFOREACH(plugin)
IF(BUILD_PYTHON_INTERFACE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment