Skip to content
Snippets Groups Projects
Commit f6b6d29a authored by Raphaël Lallement's avatar Raphaël Lallement
Browse files

[wip/hatponboard-lib] Update to version 3.1.0

parent 54182484
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
#
DISTNAME= hatponboard-lib-${VERSION}
VERSION= 2.1.4
PKGREVISION= 1
VERSION= 3.1.0
PKGREVISION=
CATEGORIES= planning
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hatponboard-lib/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS}hatp/hatponboard-lib
......
......@@ -29,6 +29,7 @@ include/hatponboard-lib/TaskList.hh
include/hatponboard-lib/TaskListNode.hh
include/hatponboard-lib/TimeProjection.hh
include/hatponboard-lib/UndesirableStateData.hh
include/hatponboard-lib/VerboseLevel.hh
include/hatponboard-lib/WastedTimeData.hh
include/hatponboard-lib/WorldBase.hh
include/hatponboard-lib/WorldBaseAgent.hh
......
......@@ -14,7 +14,7 @@ PREFER.hatpconsole?= robotpkg
DEPEND_USE+= hatponboard-lib
DEPEND_ABI.hatponboard-lib?= hatponboard-lib>=2.1.4
DEPEND_ABI.hatponboard-lib?= hatponboard-lib>=3.1.0
DEPEND_DIR.hatponboard-lib?= ../../wip/hatponboard-lib
SYSTEM_SEARCH.hatponboard-lib=\
......
SHA1 (hatponboard-lib-2.1.4.tar.gz) = 8d07062319f48a7a415dc06d5bfee2cea944f96d
RMD160 (hatponboard-lib-2.1.4.tar.gz) = 73849642a7d438c004fcc7f25a6948b83e8fa281
Size (hatponboard-lib-2.1.4.tar.gz) = 135294 bytes
SHA1 (patch-aa) = abedd303bc2218aa7936d7ebd9abca789f88f9d4
SHA1 (hatponboard-lib-3.1.0.tar.gz) = 16805d9980e7c21c244a4142aac437fcb329ea21
RMD160 (hatponboard-lib-3.1.0.tar.gz) = f29807ab337b8f509de8061c62e544312cf615de
Size (hatponboard-lib-3.1.0.tar.gz) = 147366 bytes
diff --git CMakeLists.txt CMakeLists.txt
index 0107cfe..9024d3f 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -61,7 +61,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/share/uninstall.cmake.in ${CMAKE_BINA
add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_BINARY_DIR}/uninstall.cmake)
#Documentation
-find_package(Doxygen REQUIRED)
+find_package(Doxygen)
if(DOXYGEN_FOUND)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
add_custom_target(doc ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMENT "Generating API documentation with Doxygen" VERBATIM)
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