Skip to content

Commit 1ad2c61

Browse files
committed
use a smaller path
1 parent 0ebb837 commit 1ad2c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/templates/bld_ament_cmake.bat.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cmake ^
2727
-DSETUPTOOLS_DEB_LAYOUT=OFF ^
2828
-DBUILD_SHARED_LIBS=ON ^
2929
-DBUILD_TESTING=OFF ^
30-
-DCMAKE_OBJECT_PATH_MAX=1000 ^
30+
-DCMAKE_OBJECT_PATH_MAX=128 ^
3131
%SRC_DIR%\%PKG_NAME%\src\work
3232
if errorlevel 1 exit 1
3333

0 commit comments

Comments
 (0)