Skip to content

Commit 79eb8c2

Browse files
committed
use proper way of commenting
1 parent 1fd2777 commit 79eb8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vinca/templates/bld_ament_cmake.bat.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ rd /s /q build
1212
mkdir build
1313
pushd build
1414

15-
@rem set "CMAKE_GENERATOR=Ninja"
15+
:: set "CMAKE_GENERATOR=Ninja"
1616

17-
@rem try to fix long paths issues by using default generator
17+
:: try to fix long paths issues by using default generator
1818
set "CMAKE_GENERATOR=Visual Studio %VS_MAJOR% %VS_YEAR%"
1919

2020
if "%PKG_NAME%" == "ros-@(ros_distro)-mimick-vendor" (

0 commit comments

Comments
 (0)