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

Package Manager like conan 2.0 or 1.0 for 3rd party vendors ? #657

Open
jaibeer72 opened this issue Dec 28, 2023 · 0 comments
Open

Package Manager like conan 2.0 or 1.0 for 3rd party vendors ? #657

jaibeer72 opened this issue Dec 28, 2023 · 0 comments

Comments

@jaibeer72
Copy link

Is your feature request related to a problem? Please describe

Right now when we do setup.bat or any sort of setup the main issues I have noticed

Describe the solution you'd like

@REM Run conan install command
conan install . -c tools.cmake.cmaketoolchain:generator=visual_studio  --output-folder=ProjectFolder --build missing
if %ERRORLEVEL% neq 0 (
    echo Conan install failed.
    @REM exit /b %ERRORLEVEL%
)

the --build missing flag will only build vulkan if it's missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant