Skip to content

Commit

Permalink
[Windows] stop setuptools egg packaging. (#1070)
Browse files Browse the repository at this point in the history
* stop setuptools egg packaging.

* updated for consistency.
  • Loading branch information
seanyen authored Mar 17, 2020
1 parent 86439ec commit 5723296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/templates/python_distutils_install.bat.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ set "CATKIN_BINARY_DIR=@CMAKE_BINARY_DIR@"
build --build-base "@CMAKE_CURRENT_BINARY_DIR@" ^
install %DESTDIR_ARG% @SETUPTOOLS_ARG_EXTRA@ ^
--prefix="@SETUPTOOLS_INSTALL_PREFIX@" ^
--install-scripts="@SETUPTOOLS_INSTALL_PREFIX@\@CATKIN_GLOBAL_BIN_DESTINATION@"
--install-scripts="@SETUPTOOLS_INSTALL_PREFIX@\@CATKIN_GLOBAL_BIN_DESTINATION@" ^
--root=\

0 comments on commit 5723296

Please sign in to comment.