Skip to content

Commit

Permalink
ign-rendering depend on Eigen (#519)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Sep 22, 2021
1 parent 7b87fe4 commit bc7edfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-scripts/ign_rendering-default-devel-windows-amd64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set VCS_DIRECTORY=ign-rendering
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

set DEPEN_PKGS=boost-core dlfcn-win32 cuda freeimage ogre ogre2 gts glib
set DEPEN_PKGS=boost-core dlfcn-win32 cuda eigen3 freeimage ogre ogre2 gts glib
for /f %%i in ('python "%SCRIPT_DIR%\tools\detect_cmake_major_version.py" "%WORKSPACE%\%VCS_DIRECTORY%\CMakeLists.txt"') do set IGN_MAJOR_VERSION=%%i
if %IGN_MAJOR_VERSION% GEQ 5 (
set DEPEN_PKGS=%DEPEN_PKGS% ogre22
Expand All @@ -15,4 +15,4 @@ if %IGN_MAJOR_VERSION% GEQ 5 (
set COLCON_PACKAGE=ignition-rendering
set COLCON_AUTO_MAJOR_VERSION=true

call "%SCRIPT_DIR%\lib\colcon-default-devel-windows.bat"
call "%SCRIPT_DIR%\lib\colcon-default-devel-windows.bat"

0 comments on commit bc7edfa

Please sign in to comment.