conanfile fixed

This commit is contained in:
Mateusz Pusz
2019-04-09 22:09:21 +01:00
parent d78508a02f
commit 2434bb86e0

View File

@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
from conans import ConanFile, CMake
from conans import ConanFile, CMake, tools
class UnitsConan(ConanFile):
name = "mp-units"