From 1c23469c8c169951e7b0c019e8ff6eecbcf9d5da Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Wed, 8 Dec 2021 14:40:41 +0100 Subject: [PATCH] Bump CMKR_TAG --- cmake/cmkr.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cmkr.cmake b/cmake/cmkr.cmake index 663e6ef..5dbe1ef 100644 --- a/cmake/cmkr.cmake +++ b/cmake/cmkr.cmake @@ -6,7 +6,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_7c7144b1" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) +set(CMKR_TAG "archive_52671dcf" 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")