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 committed Mar 29, 2021
1 parent bd43f39 commit 8048831
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 @@ -90,6 +90,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 8048831

Please sign in to comment.