update conanfile
This commit is contained in:
parent
d9ae90921a
commit
171dd11a6e
|
@ -1,13 +1,10 @@
|
||||||
[requires]
|
[requires]
|
||||||
gsl_microsoft/20180102@bincrafters/stable
|
|
||||||
fmt/6.1.2
|
fmt/6.1.2
|
||||||
# SystemC/2.3.3@minres/stable
|
|
||||||
# SystemCVerification/2.0.1@minres/stable
|
|
||||||
# SystemC-CCI/1.0.0@minres/stable
|
|
||||||
tcc/0.9.27@minres/stable
|
|
||||||
boost/1.71.0@conan/stable
|
|
||||||
zlib/1.2.11
|
zlib/1.2.11
|
||||||
elfio/3.4@minres/stable
|
boost/1.71.0
|
||||||
|
gsl-lite/0.37.0
|
||||||
|
elfio/3.8
|
||||||
|
tcc/0.9.27
|
||||||
|
|
||||||
[generators]
|
[generators]
|
||||||
cmake
|
cmake
|
||||||
|
@ -18,9 +15,3 @@
|
||||||
boost:shared=False
|
boost:shared=False
|
||||||
boost:header_only=False
|
boost:header_only=False
|
||||||
fmt:header_only=True
|
fmt:header_only=True
|
||||||
# SystemC:stdcxx=11
|
|
||||||
# SystemC:shared=True
|
|
||||||
# SystemCVerification:stdcxx=11
|
|
||||||
# SystemCVerification:shared=True
|
|
||||||
# SystemC-CCI:stdcxx=11
|
|
||||||
# SystemC-CCI:shared=True
|
|
||||||
|
|
Loading…
Reference in New Issue