Skip to content

Commit

Permalink
Add spdlog to VCPKG_DEPENDENCIES_LEGACY (#1163)
Browse files Browse the repository at this point in the history
Needed by gazebosim/gz-utils#134.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Aug 20, 2024
1 parent 19594d6 commit d80e20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/lib/windows_env_vars.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ if NOT DEFINED VCPKG_SNAPSHOT (
set VCPKG_SNAPSHOT=2022.02.23
)
:: Set of common gz dependencies expected up to Garden
set VCPKG_DEPENDENCIES_LEGACY=assimp boost-core bullet3 ccd console-bridge cppzmq cuda curl dlfcn-win32 eigen3 fcl ffmpeg freeimage gdal gflags glib gts jsoncpp libyaml libzip ogre ogre2 ogre22 openssl protobuf pybind11 qt5 qt5-winextras qwt sqlite3 tinyxml2 zeromq
set VCPKG_DEPENDENCIES_LEGACY=assimp boost-core bullet3 ccd console-bridge cppzmq cuda curl dlfcn-win32 eigen3 fcl ffmpeg freeimage gdal gflags glib gts jsoncpp libyaml libzip ogre ogre2 ogre22 openssl protobuf pybind11 qt5 qt5-winextras qwt spdlog sqlite3 tinyxml2 zeromq

goto :EOF

0 comments on commit d80e20f

Please sign in to comment.