Skip to content

Commit

Permalink
fix generated order_packages.cmake to contain path with forward slash…
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Mar 11, 2013
1 parent 36c3890 commit e8588ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/em/order_packages.cmake.em
Expand Up @@ -45,4 +45,4 @@ message_generators = [package.name for (_, package) in ordered_packages if 'mess
set(CATKIN_MESSAGE_GENERATORS @(' '.join(message_generators)))
@[end if]@

set(CATKIN_METAPACKAGE_CMAKE_TEMPLATE "@(get_metapackage_cmake_template_path())")
set(CATKIN_METAPACKAGE_CMAKE_TEMPLATE "@(get_metapackage_cmake_template_path().replace('\\','/'))")

0 comments on commit e8588ad

Please sign in to comment.