Skip to content

Commit 5be6316

Browse files
committed
Force json-validator to build w/shared libs when genten is
1 parent 3131e9b commit 5be6316

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ add_subdirectory(tpls/json)
452452
set(JSON_VALIDATOR_INSTALL ON CACHE INTERNAL "")
453453
set(JSON_VALIDATOR_BUILD_TESTS OFF CACHE INTERNAL "")
454454
set(JSON_VALIDATOR_BUILD_EXAMPLES OFF CACHE INTERNAL "")
455+
set(JSON_VALIDATOR_SHARED_LIBS ${BUILD_SHARED_LIBS} CACHE INTERNAL "")
455456
add_subdirectory(tpls/json-validator)
456457

457458
SET(GENTEN_LIBS "")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "pygenten"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A Python interace to the GenTen tensor decomposition library"
99
readme = "python/README.md"
1010
authors = [

0 commit comments

Comments
 (0)