Release v0.2.0 (finally)

main v0.2.0
Duncan Ogilvie 2 years ago
parent 88e9241e9f
commit 83087ff06e

2
CMakeLists.txt generated

@ -25,7 +25,7 @@ project(cmkr
LANGUAGES
CXX
VERSION
0.1.4
0.2.0
DESCRIPTION
"CMakeLists generator from TOML"
)

@ -4,7 +4,7 @@ cmkr-include = false
[project]
name = "cmkr"
version = "0.1.4"
version = "0.2.0"
description = "CMakeLists generator from TOML"
languages = ["CXX"]
subdirs = ["third_party", "tests"]

@ -9,7 +9,7 @@ endif()
# 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 "archive_04bf40a5" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
set(CMKR_TAG "v0.2.0" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
# Set these from the command line to customize for development/debugging purposes
set(CMKR_EXECUTABLE "" CACHE FILEPATH "cmkr executable")

Loading…
Cancel
Save