Skip to content
Snippets Groups Projects
Commit ec1b2a80 authored by jwendt's avatar jwendt
Browse files

make the output of already existing conan remotes even more quiet

#345
parent 5fc8c035
No related branches found
No related tags found
1 merge request!114Feature/#345 automate_access_to_conan_remotes
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#download/build the missing dependencies #download/build the missing dependencies
include(conan) include(conan)
execute_process(COMMAND conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan False ERROR_QUIET) execute_process(COMMAND conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan False OUTPUT_QUIET)
execute_process(COMMAND conan remote add rwth-vr https://api.bintray.com/conan/rwth-vr/conan False ERROR_QUIET) execute_process(COMMAND conan remote add rwth-vr https://api.bintray.com/conan/rwth-vr/conan False OUTPUT_QUIET)
conan_cmake_run(CONANFILE conanfile.py conan_cmake_run(CONANFILE conanfile.py
BUILD missing) BUILD missing)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment