Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project_Phoenix
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Project_Phoenix
Commits
ec1b2a80
Commit
ec1b2a80
authored
7 years ago
by
jwendt
Browse files
Options
Downloads
Patches
Plain Diff
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
!114
Feature/#345 automate_access_to_conan_remotes
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/ConanHelpers.cmake
+2
-2
2 additions, 2 deletions
cmake/ConanHelpers.cmake
with
2 additions
and
2 deletions
cmake/ConanHelpers.cmake
+
2
−
2
View file @
ec1b2a80
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment