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 ed84fc0 commit 4914860Copy full SHA for 4914860
cmake/cmkr.cmake
@@ -1,5 +1,9 @@
1
include_guard()
2
3
+if(CMAKE_SCRIPT_MODE_FILE)
4
+ message(FATAL_ERROR "Running cmkr.cmake as a script is unsupported. To build your project try: cmake -B build")
5
+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_7c7144b1" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE)
0 commit comments