Skip to content

Commit 13a7a87

Browse files
committed
Bump to 0.2.36
1 parent 45ca740 commit 13a7a87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmake.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmkr-include = false
44

55
[project]
66
name = "cmkr"
7-
version = "0.2.35"
7+
version = "0.2.36"
88
description = "CMakeLists generator from TOML"
99
languages = ["CXX"]
1010
include-after = [

cmake/cmkr.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include_guard()
22

33
# Change these defaults to point to your infrastructure if desired
44
set(CMKR_REPO "https://github.com/build-cpp/cmkr" CACHE STRING "cmkr git repository" FORCE)
5-
set(CMKR_TAG "v0.2.35" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
5+
set(CMKR_TAG "v0.2.36" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
66
set(CMKR_COMMIT_HASH "" CACHE STRING "cmkr git commit hash (optional)" FORCE)
77

88
# To bootstrap/generate a cmkr project: cmake -P cmkr.cmake

0 commit comments

Comments
 (0)