Skip to content

Commit 91dd8ce

Browse files
committed
Bump to 0.2.38
1 parent efbfca2 commit 91dd8ce

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.37"
7+
version = "0.2.38"
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.37" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
5+
set(CMKR_TAG "v0.2.38" 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)