We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6169dad commit cace2beCopy full SHA for cace2be
coverage_unix.cmake
@@ -1,4 +1,4 @@
1
-if(not UNIX)
+if(NOT UNIX)
2
message(FATAL_ERROR "Windows coverage.cmake should not be used if not Windows OS")
3
endif()
4
0 commit comments