diff options
Diffstat (limited to 'Templates/CMakeNMakeWindowsSystemConfig.cmake')
-rw-r--r-- | Templates/CMakeNMakeWindowsSystemConfig.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Templates/CMakeNMakeWindowsSystemConfig.cmake b/Templates/CMakeNMakeWindowsSystemConfig.cmake index 5f047a9..8975a2a 100644 --- a/Templates/CMakeNMakeWindowsSystemConfig.cmake +++ b/Templates/CMakeNMakeWindowsSystemConfig.cmake @@ -6,6 +6,9 @@ SET (HAVE_LIMITS_H 1) SET (HAVE_UNISTD_H 1) +SET (CMAKE_ANSI_CFLAGS "" CACHE INTERNAL + "What flags are required by the c++ compiler to make it ansi.") + SET (CMAKE_C_COMPILER cl CACHE FILEPATH "Name of C compiler used.") |