Skip to content

Fix CMAKE_BUILD_TYPE cache binding in BuildType.cmake - #7

Open
synesissoftware wants to merge 1 commit into
masterfrom
cmake-fix-2
Open

Fix CMAKE_BUILD_TYPE cache binding in BuildType.cmake#7
synesissoftware wants to merge 1 commit into
masterfrom
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:30
@synesissoftware synesissoftware self-assigned this Aug 26, 2026
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