Commit 8f41412327c4850f6326ac3e48338100ffd3604b

Ryan C. Gordon 2021-09-18T10:35:36

cmake: Patched to compile. Too fast on the git push!!

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_config.h.cmake b/include/SDL_config.h.cmake
index 446c094..f4bcd2b 100644
--- a/include/SDL_config.h.cmake
+++ b/include/SDL_config.h.cmake
@@ -231,7 +231,7 @@
 #       define HAVE_IMMINTRIN_H 1
 #    endif
 #  endif
-#else  /* non-Apple platforms can use the normal CMake check for this.
+#else  /* non-Apple platforms can use the normal CMake check for this. */
 #  cmakedefine HAVE_IMMINTRIN_H 1
 #endif