Skip to content

Commit 4d1d33f

Browse files
committed
add some arguments to make finding python easier
1 parent ee8eb20 commit 4d1d33f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vinca/templates/bld_ament_cmake.bat.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ cmake ^
2323
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
2424
-DCMAKE_BUILD_TYPE=Release ^
2525
-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=True ^
26+
-DPYTHON_EXECUTABLE=%PYTHON% ^
27+
-DSETUPTOOLS_DEB_LAYOUT=OFF ^
2628
-DBUILD_SHARED_LIBS=ON ^
2729
-DBUILD_TESTING=OFF ^
2830
%SRC_DIR%\%PKG_NAME%\src\work

0 commit comments

Comments
 (0)