setup-multi.bat should install Debug and Release conan dependencies

This commit is contained in:
Dan Paulat 2024-11-30 09:40:07 -06:00
parent 9e7075c7e5
commit 61a93dbc30

View file

@ -10,6 +10,13 @@ conan install . ^
--remote conancenter ^
--build missing ^
--profile:all %conan_profile% ^
--settings:all build_type=Debug ^
--output-folder %build_dir%/conan
conan install . ^
--remote conancenter ^
--build missing ^
--profile:all %conan_profile% ^
--settings:all build_type=Release ^
--output-folder %build_dir%/conan
mkdir %build_dir%