From 5c942599a55d3b4ee1a1efa1e98911b57988f7e6 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sun, 4 Apr 2021 17:12:24 +0200 Subject: [PATCH] Recursively bootstrap cmkr.cmake --- cmake/cmkr.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cmkr.cmake b/cmake/cmkr.cmake index f475653..325f766 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/MoAlyousef/cmkr" CACHE STRING "cmkr git repository") -set(CMKR_TAG "archive_67ac9a43" CACHE STRING "cmkr git tag (this needs to be available forever)") +set(CMKR_TAG "archive_84f6b39f" CACHE STRING "cmkr git tag (this needs to be available forever)") set(CMKR_EXECUTABLE "" CACHE FILEPATH "cmkr executable") set(CMKR_SKIP_GENERATION OFF CACHE BOOL "skip automatic cmkr generation")