diff options
Diffstat (limited to 'Templates/CMakeNMakeWindowsSystemConfig.cmake')
-rw-r--r-- | Templates/CMakeNMakeWindowsSystemConfig.cmake | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Templates/CMakeNMakeWindowsSystemConfig.cmake b/Templates/CMakeNMakeWindowsSystemConfig.cmake index dc12407..a960f7c 100644 --- a/Templates/CMakeNMakeWindowsSystemConfig.cmake +++ b/Templates/CMakeNMakeWindowsSystemConfig.cmake @@ -1,10 +1,6 @@ # Microsoft specific config file +# NOTE: all entries in here MUST be CACHE values, regular SET will NOT WORK! -SET (WORDS_BIGENDIAN ) - -SET (HAVE_LIMITS_H 1) - -SET (HAVE_UNISTD_H 1) # Suffixes |