Commit ff8e1d77 authored by Lukas Heiligenbrunner's avatar Lukas Heiligenbrunner

remove useless comments

parent a00f7b11
......@@ -8,7 +8,7 @@ class HelloConan(ConanFile):
author = """Mark Lindner - Lead developer & maintainer.
Daniel Marjamäki - Enhancements & bugfixes.
Andrew Tytula - Windows port.
Glenn Herteg - Enhancements, bugfixes, documentation corrections.
Glenn Herteg - Enhancements, bugfixes, documentation corrections.s
Matt Renaud - Enhancements & bugfixes.
JoseLuis Tallon - Enhancements & bugfixes"""
url = "hyperrealm.github.io/libconfig/"
......@@ -25,11 +25,6 @@ class HelloConan(ConanFile):
cmake.configure()
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):
self.copy("*.h", dst="include", src="lib")
self.copy("*.hpp", dst="include", src="lib")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment