aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/CMakeLists.txt2
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)
734endif() 734endif()
735 735
736if(NOT HAVE_GETPAGESIZE) 736if(NOT HAVE_GETPAGESIZE)
737 set(CRYPTO_SRC ${CRYPTO_SRC} compat/getpagesize.c) 737 set(COMPAT_SRC ${COMPAT_SRC} compat/getpagesize.c)
738endif() 738endif()
739 739
740if(NOT HAVE_GETPROGNAME) 740if(NOT HAVE_GETPROGNAME)