aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4462a79..b897a53 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -306,6 +306,7 @@ endif()
306check_type_size(time_t SIZEOF_TIME_T) 306check_type_size(time_t SIZEOF_TIME_T)
307if(SIZEOF_TIME_T STREQUAL "4") 307if(SIZEOF_TIME_T STREQUAL "4")
308 set(SMALL_TIME_T true) 308 set(SMALL_TIME_T true)
309 add_definitions(-DSMALL_TIME_T)
309 message(WARNING " ** Warning, this system is unable to represent times past 2038\n" 310 message(WARNING " ** Warning, this system is unable to represent times past 2038\n"
310 " ** It will behave incorrectly when handling valid RFC5280 dates") 311 " ** It will behave incorrectly when handling valid RFC5280 dates")
311endif() 312endif()