Skip to content
Snippets Groups Projects
Commit 2b315135 authored by Sebastian Freitag's avatar Sebastian Freitag
Browse files

Merge branch 'feature/#345_automate_access_to_conan_remotes' into 'develop'

Feature/#345 automate_access_to_conan_remotes

See merge request VR-Group/Project_Phoenix!114
parents 198b80df ec1b2a80
No related branches found
No related tags found
1 merge request!114Feature/#345 automate_access_to_conan_remotes
......@@ -22,6 +22,8 @@
#download/build the missing dependencies
include(conan)
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 OUTPUT_QUIET)
conan_cmake_run(CONANFILE conanfile.py
BUILD missing)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment