diff options
-rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index c614735..c431df1 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -734,7 +734,7 @@ if(NOT HAVE_GETOPT) | |||
734 | endif() | 734 | endif() |
735 | 735 | ||
736 | if(NOT HAVE_GETPAGESIZE) | 736 | if(NOT HAVE_GETPAGESIZE) |
737 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/getpagesize.c) | 737 | set(COMPAT_SRC ${COMPAT_SRC} compat/getpagesize.c) |
738 | endif() | 738 | endif() |
739 | 739 | ||
740 | if(NOT HAVE_GETPROGNAME) | 740 | if(NOT HAVE_GETPROGNAME) |