Skip to content

Commit

Permalink
Bump to 0.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Apr 13, 2024
1 parent 926fc15 commit 1072cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmkr-include = false

[project]
name = "cmkr"
version = "0.2.27"
version = "0.2.28"
description = "CMakeLists generator from TOML"
languages = ["CXX"]
include-after = [
Expand Down
2 changes: 1 addition & 1 deletion cmake/cmkr.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include_guard()

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

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

0 comments on commit 1072cb4

Please sign in to comment.