Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maik Froechtenicht
glew
Commits
15791197
Commit
15791197
authored
Nov 01, 2017
by
dimitri
Committed by
Nigel Stewart
Nov 05, 2017
Browse files
Removed replace_in_file from imports.
parent
a30e0089
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/conan/conanfile.py
View file @
15791197
...
...
@@ -2,7 +2,7 @@ import os
from
conans
import
ConanFile
,
CMake
from
conans.tools
import
os_info
,
SystemPackageTool
,
ConanException
from
conans
import
tools
,
VisualStudioBuildEnvironment
from
conans.tools
import
build_sln_command
,
vcvars_command
,
replace_in_file
,
download
,
unzip
from
conans.tools
import
build_sln_command
,
vcvars_command
,
download
,
unzip
class
GlewConan
(
ConanFile
):
name
=
"glew"
...
...
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