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 3cd84a9 commit b6ab584Copy full SHA for b6ab584
cmake/cmkr.cmake
@@ -2,7 +2,7 @@ include_guard()
2
3
# Change these defaults to point to your infrastructure if desired
4
set(CMKR_REPO "https://github.com/build-cpp/cmkr" CACHE STRING "cmkr git repository" FORCE)
5
-set(CMKR_TAG "archive_eaf03eb7" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
+set(CMKR_TAG "archive_3cd84a97" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
6
7
# Set these from the command line to customize for development/debugging purposes
8
set(CMKR_EXECUTABLE "" CACHE FILEPATH "cmkr executable")
0 commit comments