Skip to content
Snippets Groups Projects
Commit 2f734d47 authored by Aurelie Clodic's avatar Aurelie Clodic
Browse files

[robots/sot-application] Correct doxygen management

patch-aa : add a patch to handle doxygen.cmake issue
BUMP PKGREVISION
parent 389be491
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
DISTNAME= sot-application-1.0.0
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=sot-application/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}stack-of-tasks/sot-application
PKGREVISION= 1
CATEGORIES= robots
COMMENT= This packages provides a generic Stack Of Tasks library for the humanoid robot Romeo.
......
SHA1 (sot-application-1.0.0.tar.gz) = 2437ba960fad682b838e0f91602e5a2c616050e5
RMD160 (sot-application-1.0.0.tar.gz) = 1240285688ff10f97ebc9df5568ac4a1832cfaf9
Size (sot-application-1.0.0.tar.gz) = 85203 bytes
SHA1 (patch-aa) = af2e3fd8e1b2c47f16a0affde3f3e006a14e3052
Use cmake's idea of the "make" program, so that it can be tuned by robotpkg
https://github.com/jrl-umi3218/jrl-cmakemodules/issues/34
--- cmake/doxygen.cmake.orig 2014-10-16 14:24:26.049829000 +0200
+++ cmake/doxygen.cmake 2014-10-16 14:25:31.111724000 +0200
@@ -66,7 +66,7 @@
COMMENT "Generating Doxygen documentation"
)
- INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${MAKE} doc)")
+ INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${CMAKE_MAKE_PROGRAM} doc)")
ENDIF(MSVC)
ADD_CUSTOM_COMMAND(
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