We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad2c61 commit 587daedCopy full SHA for 587daed
vinca/templates/bld_ament_cmake.bat.in
@@ -17,6 +17,9 @@ set "CMAKE_GENERATOR=Ninja"
17
if "%PKG_NAME%" == "ros-@(ros_distro)-mimick-vendor" (
18
set "CMAKE_GENERATOR=Visual Studio %VS_MAJOR% %VS_YEAR%"
19
)
20
+if "%PKG_NAME%" == "ros-@(ros_distro)-unique-identifier-msgs" (
21
+ set "CMAKE_GENERATOR=Visual Studio %VS_MAJOR% %VS_YEAR%"
22
+)
23
24
cmake ^
25
-G "%CMAKE_GENERATOR%" ^
@@ -27,7 +30,7 @@ cmake ^
27
30
-DSETUPTOOLS_DEB_LAYOUT=OFF ^
28
31
-DBUILD_SHARED_LIBS=ON ^
29
32
-DBUILD_TESTING=OFF ^
- -DCMAKE_OBJECT_PATH_MAX=128 ^
33
+ -DCMAKE_OBJECT_PATH_MAX=255 ^
34
%SRC_DIR%\%PKG_NAME%\src\work
35
if errorlevel 1 exit 1
36
0 commit comments