forgot to change that

This commit is contained in:
Phuntsok Drak-pa 2019-03-19 17:27:54 +01:00
parent 44782ffe98
commit 73ca4dcc1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from conans import CMake, ConanFile
class PocoTimerConan(ConanFile):
class GeneticImageConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = "opencv/4.0.1@conan/stable", "boost/1.69.0@conan/stable", "spdlog/1.3.1@bincrafters/stable"
generators = "cmake", "gcc", "txt"