Skip to content
Snippets Groups Projects
Commit 3f2a3436 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

patching catkin to remove assertion for rt-library (this must revisited at...

patching catkin to remove assertion for rt-library (this must revisited at some later point again when we have a better understanding of the issue.)
parent 269d19e0
No related branches found
No related tags found
No related merge requests found
diff -crB a/cmake/tools/rt.cmake b/cmake/tools/rt.cmake
*** a/cmake/tools/rt.cmake 2012-12-22 03:30:48.000000000 +0100
--- b/cmake/tools/rt.cmake 2013-01-31 08:09:48.789321920 +0100
***************
*** 39,45 ****
set(RT_LIBRARY rt CACHE FILEPATH "Hacked find of rt for cmake < 2.8.4")
else()
find_library(RT_LIBRARY rt)
! assert_file_exists(${RT_LIBRARY} "RT Library")
endif()
#message(STATUS "RT_LIBRARY: ${RT_LIBRARY}")
endif()
--- 39,45 ----
set(RT_LIBRARY rt CACHE FILEPATH "Hacked find of rt for cmake < 2.8.4")
else()
find_library(RT_LIBRARY rt)
! #assert_file_exists(${RT_LIBRARY} "RT Library")
endif()
#message(STATUS "RT_LIBRARY: ${RT_LIBRARY}")
endif()
Only in b/cmake/tools: rt.cmake~
......@@ -4,7 +4,9 @@ SECTION = "devel"
LICENSE = "CLOSED"
SRC_URI = "https://github.com/ros/catkin/archive/0.5.58.tar.gz \
file://catkin-change_default_for_debsetuptools.patch"
file://catkin-change_default_for_debsetuptools.patch \
file://catkin-remove_assertion_for_rt_library.patch \
"
SRC_URI[md5sum] = "e4df85e60dc792af9324334547cc76aa"
SRC_URI[sha256sum] = "dd99cc04eeaf16a13185dd0a2f576939fa997dfb16a40ba45068c4d2ebbcb44b"
......
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