version bump to 1.7.6
This commit is contained in:
parent
3962dae4f9
commit
07a11089d9
|
@ -1,5 +1,5 @@
|
|||
Catkin-ProjectName: ros
|
||||
Version: 1.7.5
|
||||
Version: 1.7.6
|
||||
Depends: catkin, rospack, rospkg, gtest, bzip2, python, boost, python-nose, pkg-config
|
||||
Description: ROS packaging system
|
||||
Author: Eric Berger, Ken Conley, Josh Faust, Tully Foote, Brian Gerkey, Jeremy Leibs, Morgan Quigley, Rob Wheeler, et al
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
macro(rosunit_initialize_tests)
|
||||
if(PROJECT_SOURCE_DIR)
|
||||
if(rosunit_SOURCE_DIR)
|
||||
find_program_required(ROSUNIT_EXE rosunit
|
||||
PATHS @PROJECT_SOURCE_DIR@/scripts
|
||||
NO_DEFAULT_PATH)
|
||||
|
@ -14,10 +14,10 @@ macro(rosunit_initialize_tests)
|
|||
PATHS @CMAKE_INSTALL_PREFIX@/bin
|
||||
NO_DEFAULT_PATH)
|
||||
find_program_required(ROSUNIT_SUMMARIZE_EXE summarize_results.py
|
||||
PATHS @CMAKE_INSTALL_PREFIX@/share/${PROJECT_NAME}/bin
|
||||
PATHS @CMAKE_INSTALL_PREFIX@/share/rosunit/bin
|
||||
NO_DEFAULT_PATH)
|
||||
find_program_required(ROSUNIT_CHECK_TEST_RAN_EXE check_test_ran.py
|
||||
PATHS @CMAKE_INSTALL_PREFIX@/share/${PROJECT_NAME}/bin
|
||||
PATHS @CMAKE_INSTALL_PREFIX@/share/rosunit/bin
|
||||
NO_DEFAULT_PATH)
|
||||
endif()
|
||||
endmacro()
|
||||
|
|
Loading…
Reference in New Issue