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 cf0fc1a commit e12fff7Copy full SHA for e12fff7
cmake/modules/SwiftUtils.cmake
@@ -0,0 +1,5 @@
1
+function(precondition var)
2
+ if (NOT ${var})
3
+ message(FATAL_ERROR "Error! Variable ${var} is false or not set!")
4
+ endif()
5
+endfunction()
0 commit comments