Browse Source

whitespace between '#' and 'cmakedefine' does not seem to work..

at least with my version of cmake-3.9.6.
Ozkan Sezer 3 years ago
parent
commit
1ba695dc94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL_config.h.cmake

+ 1 - 1
include/SDL_config.h.cmake

@@ -232,7 +232,7 @@
 #    endif
 #  endif
 #else  /* non-Apple platforms can use the normal CMake check for this. */
-#  cmakedefine HAVE_IMMINTRIN_H 1
+#cmakedefine HAVE_IMMINTRIN_H 1
 #endif
 
 #cmakedefine HAVE_LIBUDEV_H 1