Skip to content

Commit

Permalink
Windows - suppress nonsensical(for this OS) system check.
Browse files Browse the repository at this point in the history
Amends 48141f3
  • Loading branch information
vaintroub authored and grooverdan committed Mar 30, 2021
1 parent 85b6a81 commit add24e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/os/WindowsCache.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ SET(HAVE_LRAND48 CACHE INTERNAL "")
SET(HAVE_LSTAT CACHE INTERNAL "")
SET(HAVE_MADVISE CACHE INTERNAL "")
SET(HAVE_MALLINFO CACHE INTERNAL "")
SET(HAVE_MALLINFO2 CACHE INTERNAL "")
SET(HAVE_MALLOC_H 1 CACHE INTERNAL "")
SET(HAVE_MEMALIGN CACHE INTERNAL "")
SET(HAVE_MEMCPY 1 CACHE INTERNAL "")
Expand Down

0 comments on commit add24e7

Please sign in to comment.