Skip to content

Commit

Permalink
Merge pull request ros#462 from start-jsk/groovy-devel
Browse files Browse the repository at this point in the history
Add another major version number pattern in find_program (fix to ros#461)
  • Loading branch information
dirk-thomas committed Jul 8, 2013
2 parents 22b9ec8 + e797697 commit d16a74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/test/nosetests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ endfunction()
find_program(NOSETESTS nosetests)
if(NOT nosetests_path)
# retry with name including major version number
find_program(NOSETESTS nosetests2)
find_program(NOSETESTS NAMES nosetests2 nosetests-2)
endif()
if(NOT NOSETESTS)
message(WARNING "nosetests not found, Python tests can not be run (try installing package 'python-nose')")
Expand Down

0 comments on commit d16a74f

Please sign in to comment.