Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libconfig
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
libconfig
Commits
ff8e1d77
Commit
ff8e1d77
authored
Nov 17, 2020
by
Lukas Heiligenbrunner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless comments
parent
a00f7b11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
conanfile.py
conanfile.py
+1
-6
No files found.
conanfile.py
View file @
ff8e1d77
...
@@ -8,7 +8,7 @@ class HelloConan(ConanFile):
...
@@ -8,7 +8,7 @@ class HelloConan(ConanFile):
author
=
"""Mark Lindner - Lead developer & maintainer.
author
=
"""Mark Lindner - Lead developer & maintainer.
Daniel Marjamäki - Enhancements & bugfixes.
Daniel Marjamäki - Enhancements & bugfixes.
Andrew Tytula - Windows port.
Andrew Tytula - Windows port.
Glenn Herteg - Enhancements, bugfixes, documentation corrections.
Glenn Herteg - Enhancements, bugfixes, documentation corrections.
s
Matt Renaud - Enhancements & bugfixes.
Matt Renaud - Enhancements & bugfixes.
JoseLuis Tallon - Enhancements & bugfixes"""
JoseLuis Tallon - Enhancements & bugfixes"""
url
=
"hyperrealm.github.io/libconfig/"
url
=
"hyperrealm.github.io/libconfig/"
...
@@ -25,11 +25,6 @@ class HelloConan(ConanFile):
...
@@ -25,11 +25,6 @@ class HelloConan(ConanFile):
cmake
.
configure
()
cmake
.
configure
()
cmake
.
build
()
cmake
.
build
()
# Explicit way:
# self.run('cmake %s/hello %s'
# % (self.source_folder, cmake.command_line))
# self.run("cmake --build . %s" % cmake.build_config)
def
package
(
self
):
def
package
(
self
):
self
.
copy
(
"*.h"
,
dst
=
"include"
,
src
=
"lib"
)
self
.
copy
(
"*.h"
,
dst
=
"include"
,
src
=
"lib"
)
self
.
copy
(
"*.hpp"
,
dst
=
"include"
,
src
=
"lib"
)
self
.
copy
(
"*.hpp"
,
dst
=
"include"
,
src
=
"lib"
)
...
...
Write
Preview
Markdown
is supported
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