summaryrefslogtreecommitdiff
path: root/cmake/os/Windows.cmake
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2020-04-03 21:13:04 +0400
committerSergey Vojtovich <svoj@mariadb.org>2020-04-04 14:55:51 +0400
commit30379b487fc96e8a569a04917d9fd6dfda322b27 (patch)
treede1bc2544816535989c2a74a72168463888933fd /cmake/os/Windows.cmake
parent4338bb8a752a05a456cfc10dbecb2a533141025c (diff)
downloadmariadb-git-30379b487fc96e8a569a04917d9fd6dfda322b27.tar.gz
HAVE_LARGE_PAGE_OPTION to HAVE_LARGE_PAGES
It isn't an "option" anymore.
Diffstat (limited to 'cmake/os/Windows.cmake')
-rw-r--r--cmake/os/Windows.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/os/Windows.cmake b/cmake/os/Windows.cmake
index 7181d57a6ac..64ef0f40000 100644
--- a/cmake/os/Windows.cmake
+++ b/cmake/os/Windows.cmake
@@ -281,7 +281,7 @@ ENDIF()
SET(FN_NO_CASE_SENSE 1)
SET(USE_SYMDIR 1)
-SET(HAVE_LARGE_PAGE_OPTION 1)
+SET(HAVE_LARGE_PAGES 1)
# Force static C runtime for targets in current directory
# (useful to get rid of MFC dll's dependency, or in installer)