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 587daed commit 1fd2777Copy full SHA for 1fd2777
1 file changed
vinca/templates/bld_ament_cmake.bat.in
@@ -12,7 +12,10 @@ rd /s /q build
12
mkdir build
13
pushd build
14
15
-set "CMAKE_GENERATOR=Ninja"
+@rem set "CMAKE_GENERATOR=Ninja"
16
+
17
+@rem try to fix long paths issues by using default generator
18
+set "CMAKE_GENERATOR=Visual Studio %VS_MAJOR% %VS_YEAR%"
19
20
if "%PKG_NAME%" == "ros-@(ros_distro)-mimick-vendor" (
21
set "CMAKE_GENERATOR=Visual Studio %VS_MAJOR% %VS_YEAR%"
0 commit comments