Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
10c87968
Commit
10c87968
authored
Jan 30, 2019
by
Michaël Roynard
Browse files
Update range-v3 dependency
parent
18cb167c
Changes
1
Hide whitespace changes
Inline
Side-by-side
conanfile.py
View file @
10c87968
...
...
@@ -35,7 +35,7 @@ class Pylene(ConanFile):
# Requirements part of the INTERFACE
def
requirements
(
self
):
self
.
requires
(
"range-v3/
0.4.0@ericniebler/stable
"
)
self
.
requires
(
"range-v3/
head@dutiona/testing
"
)
self
.
requires
(
"cmcstl2/0.1@dutiona/testing"
)
if
self
.
options
.
freeimage
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment