mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
ENH: fix for dec compiler, they still do not have the correct ansi stream library
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef __DECCXX_VER
|
||||
# if __DECCXX_VER <= 60390002
|
||||
# if __DECCXX_VER <= 60390008
|
||||
# define CM_HAS_STD_BUT_NOT_FOR_IOSTREAM
|
||||
# endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user