Skip to content

Commit 83087ff

Browse files
committed
Release v0.2.0 (finally)
1 parent 88e9241 commit 83087ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmkr-include = false
44

55
[project]
66
name = "cmkr"
7-
version = "0.1.4"
7+
version = "0.2.0"
88
description = "CMakeLists generator from TOML"
99
languages = ["CXX"]
1010
subdirs = ["third_party", "tests"]

cmake/cmkr.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99

1010
# Change these defaults to point to your infrastructure if desired
1111
set(CMKR_REPO "https://github.com/build-cpp/cmkr" CACHE STRING "cmkr git repository" FORCE)
12-
set(CMKR_TAG "archive_04bf40a5" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
12+
set(CMKR_TAG "v0.2.0" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
1313

1414
# Set these from the command line to customize for development/debugging purposes
1515
set(CMKR_EXECUTABLE "" CACHE FILEPATH "cmkr executable")

0 commit comments

Comments
 (0)