Skip to content

Commit

Permalink
removing usage of catkin function not guarenteed available fixes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Feb 25, 2014
1 parent c96a9cd commit 8ac280f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionlib_msgs/cmake/actionlib_msgs-extras.cmake.em
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ macro(add_action_files)

list(APPEND ${PROJECT_NAME}_ACTION_FILES ${FILES_W_PATH})
foreach(file ${FILES_W_PATH})
debug_message(2 "add_action_files() action file: ${file}")
assert_file_exists(${file} "action file not found")
endforeach()

Expand Down

0 comments on commit 8ac280f

Please sign in to comment.