Skip to content

Commit fb9af02

Browse files
committed
Bump CMKR_TAG
1 parent 264e4ac commit fb9af02

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_3cd84a97" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
5+
set(CMKR_TAG "archive_264e4ace" 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)