From 4988f141e451caa4f329d8f0a756f64e4a7a05a7 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Tue, 18 May 2021 13:14:43 +0200 Subject: [PATCH] Bump version in cmkr.cmake bootstrapper --- cmake/cmkr.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cmkr.cmake b/cmake/cmkr.cmake index d4cbe7f..3cef190 100644 --- a/cmake/cmkr.cmake +++ b/cmake/cmkr.cmake @@ -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 "archive_7cdf36f3" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) +set(CMKR_TAG "archive_64b58425" 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")