Skip to content

Commit 4988f14

Browse files
committed
Bump version in cmkr.cmake bootstrapper
1 parent 64b5842 commit 4988f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cmkr.cmake

Lines changed: 1 addition & 1 deletion
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 "archive_7cdf36f3" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
5+
set(CMKR_TAG "archive_64b58425" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
66

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

0 commit comments

Comments
 (0)