diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKDE4.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindKDE4.cmake b/modules/FindKDE4.cmake index 9d808f76..632bdd21 100644 --- a/modules/FindKDE4.cmake +++ b/modules/FindKDE4.cmake @@ -206,6 +206,9 @@ if (WIN32) # windows, microsoft compiler if(MSVC) set( _KDE4_PLATFORM_DEFINITIONS -DKDE_FULL_TEMPLATE_EXPORT_INSTANTIATION -DWIN32_LEAN_AND_MEAN -DUNICODE ) + IF(CMAKE_COMPILER_2005) + ADD_DEFINITIONS( -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE ) + ENDIF(CMAKE_COMPILER_2005) endif(MSVC) endif (WIN32) |