Skip to content

Commit 134138d

Browse files
baylesjclaude
andauthored
Fix uninitialized CMake variable in version.in (#1658)
CMake's project() command sets jsoncpp_VERSION (lowercase prefix), not JSONCPP_VERSION. The wrong variable caused the generated version file to be empty. Fixes #1656 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 715735a commit 134138d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@JSONCPP_VERSION@
1+
@jsoncpp_VERSION@

0 commit comments

Comments
 (0)