We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bf40a commit ea01497Copy full SHA for ea01497
cmake/cmkr.cmake
@@ -6,7 +6,7 @@ endif()
6
7
# Change these defaults to point to your infrastructure if desired
8
set(CMKR_REPO "https://github.com/build-cpp/cmkr" CACHE STRING "cmkr git repository" FORCE)
9
-set(CMKR_TAG "archive_52671dcf" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
+set(CMKR_TAG "archive_04bf40a5" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
10
11
# Set these from the command line to customize for development/debugging purposes
12
set(CMKR_EXECUTABLE "" CACHE FILEPATH "cmkr executable")
0 commit comments