Merge branch 'fix/vcpkg' into 'develop'

wip: vcpkg

See merge request ems/astdm/modeling.dram/dram.sys.5!134
This commit is contained in:
2025-10-20 13:03:41 +02:00
3 changed files with 21 additions and 10 deletions

View File

@@ -36,7 +36,7 @@
###############################################
### DRAMSys ###
###############################################
cmake_minimum_required(VERSION 3.21)
cmake_minimum_required(VERSION 3.25)
set(PROJECT_NAME "DRAMSys")

View File

@@ -54,11 +54,15 @@
"vcpkg"
],
"cacheVariables": {
"VCPKG_MANIFEST_FEATURES": "dev",
"DRAMSYS_USE_FETCH_CONTENT": "ON",
"DRAMSYS_USE_FETCH_CONTENT_INTERNAL": "ON",
"DRAMSYS_USE_FETCH_CONTENT_SYSTEMC": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_SQLITE3": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_NLOHMANN_JSON": "OFF"
"DRAMSYS_USE_FETCH_CONTENT_NLOHMANN_JSON": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_PYBIND": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_GOOGLE_TEST": "OFF",
"DRAMSYS_USE_FETCH_CONTENT_GOOGLE_BENCHMARK": "OFF"
}
},
{

View File

@@ -1,18 +1,25 @@
{
"name": "dramsys",
"version": "5.0",
"version": "5.1.0",
"dependencies": [
"benchmark",
"gtest",
"pybind11",
"python3",
"systemc",
{
"name": "sqlite3",
"features": [
"rtree"
]
},
"systemc"
"pybind11",
"python3"
],
"features": {
"dev": {
"description": "Development dependencies",
"dependencies": [
"benchmark",
"gtest"
]
}
},
"builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b"
}