Skip to content

Commit 0ebb837

Browse files
Set CMAKE_OBJECT_PATH_MAX=1000
1 parent f0fba57 commit 0ebb837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vinca/templates/bld_ament_cmake.bat.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ cmake ^
2727
-DSETUPTOOLS_DEB_LAYOUT=OFF ^
2828
-DBUILD_SHARED_LIBS=ON ^
2929
-DBUILD_TESTING=OFF ^
30+
-DCMAKE_OBJECT_PATH_MAX=1000 ^
3031
%SRC_DIR%\%PKG_NAME%\src\work
3132
if errorlevel 1 exit 1
3233

0 commit comments

Comments
 (0)