Skip to content
Snippets Groups Projects
Commit d654f7f4 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[soth] Bump version 2.0.1

parent 457df779
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
PKGNAME= soth-${VERSION}
DISTNAME= soth-${VERSION}
VERSION= 2.0.0
VERSION= 2.0.1
PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=soth/}
......
SHA1 (soth-2.0.0.tar.gz) = 6aaa8e14ac9c11402ae0641a178a2a7bf85dd888
RMD160 (soth-2.0.0.tar.gz) = 66fc0e933512f54863cee8576d80c97605657e2a
Size (soth-2.0.0.tar.gz) = 294241 bytes
SHA1 (patch-aa) = 90840b521a98fde5eab0aa1cdd45aeda65d1b719
SHA1 (soth-2.0.1.tar.gz) = 02a0b81cc433138408cbb061656485025b77574c
RMD160 (soth-2.0.1.tar.gz) = def3ce111a2aa91caba70f42e3d80040c5a4cd7b
Size (soth-2.0.1.tar.gz) = 966989 bytes
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-11-03 09:57:26.447333000 +0100
+++ cmake/doxygen.cmake 2014-11-03 09:58:55.447207000 +0100
@@ -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