Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cli11 to VCPKG_DEPENDENCIES_LEGACY and Conda legacy env #1230

Merged
merged 2 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions conda/envs/legacy/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions conda/envs/legacy/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ruby = "3.2.*"
tinyxml2 = "*"
yaml = "*"
zeromq = "4.3.4"
cli11 = "2.1.2.*"

[target.win-64.dependencies]
dlfcn-win32 = "*"
Expand Down
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 spdlog sqlite3 tinyxml2 zeromq
set VCPKG_DEPENDENCIES_LEGACY=assimp boost-core bullet3 ccd cli11 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
Loading