Skip to content

Fix CMAKE_BUILD_TYPE cache binding in BuildType.cmake - #8

Merged
synesissoftware merged 1 commit into
devfrom
cmake-fix-2
Aug 31, 2026
Merged

Fix CMAKE_BUILD_TYPE cache binding in BuildType.cmake#8
synesissoftware merged 1 commit into
devfrom
cmake-fix-2

Conversation

@synesissoftware

Copy link
Copy Markdown
Collaborator

The module used set(CACHE CMAKE_BUILD_TYPE …), which does not set the build-type cache entry; use set(CMAKE_BUILD_TYPE … CACHE …) instead. Bump the patch version and refresh CHANGES, NEWS, and man-page version strings for 27th August 2026.

… release.

The module used set(CACHE CMAKE_BUILD_TYPE …), which does not set the
build-type cache entry; use set(CMAKE_BUILD_TYPE … CACHE …) instead.
Bump the patch version and refresh CHANGES, NEWS, and man-page version
strings for 27th August 2026.
@synesissoftware
synesissoftware requested a review from mwsis August 26, 2026 06:29
@synesissoftware synesissoftware self-assigned this Aug 26, 2026
@synesissoftware
synesissoftware changed the base branch from master to dev August 31, 2026 10:07
@synesissoftware
synesissoftware changed the base branch from dev to master August 31, 2026 10:09
@synesissoftware
synesissoftware changed the base branch from master to dev August 31, 2026 10:09
@synesissoftware
synesissoftware merged commit 66fbc89 into dev Aug 31, 2026
2 checks passed
@synesissoftware
synesissoftware deleted the cmake-fix-2 branch August 31, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants