We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now when we do setup.bat or any sort of setup the main issues I have noticed
@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.
--build missing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
the
--build missing
flag will only build vulkan if it's missing.The text was updated successfully, but these errors were encountered: