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 2450cfb commit a12b3aeCopy full SHA for a12b3ae
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_af3807ca" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
+set(CMKR_TAG "archive_2450cfb2" 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