Skip to content

Commit 38c750b

Browse files
baylesjclaude
andcommitted
Fix uninitialized CMake variable in version.in
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 38c750b

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)