replace selfmade seasocks package with official one
This commit is contained in:
parent
2b6d7530e3
commit
8d4d099f3a
|
@ -1,7 +1,7 @@
|
||||||
[requires]
|
[requires]
|
||||||
gsl_microsoft/20180102@bincrafters/stable
|
gsl_microsoft/20180102@bincrafters/stable
|
||||||
fmt/6.1.2
|
fmt/6.1.2
|
||||||
Seasocks/1.4.4@minres/stable
|
seasocks/1.4.4
|
||||||
SystemC/2.3.3@minres/stable
|
SystemC/2.3.3@minres/stable
|
||||||
SystemCVerification/2.0.1@minres/stable
|
SystemCVerification/2.0.1@minres/stable
|
||||||
SystemC-CCI/1.0.0@minres/stable
|
SystemC-CCI/1.0.0@minres/stable
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
cmake
|
cmake
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
Seasocks:shared=True
|
seasocks:shared=True
|
||||||
boost:fPIC=True
|
boost:fPIC=True
|
||||||
boost:shared=False
|
boost:shared=False
|
||||||
boost:header_only=False
|
boost:header_only=False
|
||||||
|
|
|
@ -31,7 +31,7 @@ set(LIB_SOURCES
|
||||||
|
|
||||||
add_library(platform ${LIB_SOURCES})
|
add_library(platform ${LIB_SOURCES})
|
||||||
target_include_directories(platform PUBLIC ../incl)
|
target_include_directories(platform PUBLIC ../incl)
|
||||||
target_link_libraries(platform PUBLIC riscv_sc CONAN_PKG::Seasocks external)
|
target_link_libraries(platform PUBLIC riscv_sc CONAN_PKG::seasocks external)
|
||||||
set_target_properties(platform PROPERTIES
|
set_target_properties(platform PROPERTIES
|
||||||
VERSION ${PROJECT_VERSION} # ${VERSION} was defined in the main CMakeLists.
|
VERSION ${PROJECT_VERSION} # ${VERSION} was defined in the main CMakeLists.
|
||||||
FRAMEWORK FALSE
|
FRAMEWORK FALSE
|
||||||
|
|
Loading…
Reference in New Issue