Attachment 'private.cmake.patch'
Download 1 --- private.cmake 2011-07-25 16:01:56.326843003 +0200
2 +++ private.cmake 2011-04-13 15:08:47.597117003 +0200
3 @@ -188,7 +188,7 @@
4
5 # Check that the file exists, #1621
6 set(_file_name _file_name-NOTFOUND)
7 - find_file(_file_name ${file} ${PROJECT_SOURCE_DIR} /)
8 + find_file(_file_name ${file} ${PROJECT_SOURCE_DIR} / NO_CMAKE_FIND_ROOT_PATH)
9 if(NOT _file_name)
10 message(FATAL_ERROR "Can't find rostest file \"${file}\"")
11 endif(NOT _file_name)
12 @@ -228,7 +228,7 @@
13
14 # Check that the file exists, #1621
15 set(_file_name _file_name-NOTFOUND)
16 - find_file(_file_name ${file} ${PROJECT_SOURCE_DIR} /)
17 + find_file(_file_name ${file} ${PROJECT_SOURCE_DIR} / NO_CMAKE_FIND_ROOT_PATH)
18 if(NOT _file_name)
19 message(FATAL_ERROR "Can't find pyunit file \"${file}\"")
20 endif(NOT _file_name)
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.