Skip to content

Commit cace2be

Browse files
author
Julian LALU
committed
Fix coverage
1 parent 6169dad commit cace2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage_unix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(not UNIX)
1+
if(NOT UNIX)
22
message(FATAL_ERROR "Windows coverage.cmake should not be used if not Windows OS")
33
endif()
44

0 commit comments

Comments
 (0)