Skip to content

Commit

Permalink
Merge pull request #77 from SGSSGene/fix/cereal
Browse files Browse the repository at this point in the history
fix: cereal is always required
  • Loading branch information
SGSSGene authored Jan 28, 2025
2 parents 7259e52 + 54f58b5 commit 4f960d3
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions cpm.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"LIBSAIS_BUILD_SHARED_LIB OFF"
]
},
{
"name": "cereal",
"version": "1.3.2",
"github_repository": "USCiLab/cereal",
"options": [
"BUILD_DOC OFF",
"BUILD_SANDBOX OFF",
"SKIP_PERFORMANCE_COMPARISON ON"
]
},
{
"if": "FMC_USE_SDSL",
"name": "sdsl-lite",
Expand Down Expand Up @@ -44,17 +54,6 @@
"version": "4.3.11",
"github_repository": "martinus/nanobench"
},
{
"if": "PROJECT_IS_TOP_LEVEL",
"name": "cereal",
"version": "1.3.2",
"github_repository": "USCiLab/cereal",
"options": [
"BUILD_DOC OFF",
"BUILD_SANDBOX OFF",
"SKIP_PERFORMANCE_COMPARISON ON"
]
},
{
"if": "PROJECT_IS_TOP_LEVEL",
"name": "reflect",
Expand Down

0 comments on commit 4f960d3

Please sign in to comment.