Skip to content

Commit

Permalink
Add dependency on collada2eus exec
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 30, 2016
1 parent 2231fa8 commit cef5a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euscollada/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if(CATKIN_ENABLE_TESTING)
add_custom_command(OUTPUT ${PROJECT_SOURCE_DIR}/pr2.l
COMMAND rosrun euscollada collada2eus pr2.dae pr2.yaml pr2.l
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
DEPENDS pr2.dae pr2.yaml)
DEPENDS collada2eus pr2.dae pr2.yaml)
# get collada-dom version
find_package(PkgConfig)
pkg_check_modules(COLLADA collada-dom>=2.4.4 )
Expand Down

0 comments on commit cef5a30

Please sign in to comment.