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 fb23fab commit ca00718Copy full SHA for ca00718
openmp/cmake/HandleOpenMPOptions.cmake
@@ -1,4 +1,4 @@
1
-if (OPENMP_STANDALONE_BUILD)
+if (NOT COMMAND append_if)
2
# From HandleLLVMOptions.cmake
3
function(append_if condition value)
4
if (${condition})
0 commit comments