diff options
author | Brad King <brad.king@kitware.com> | 2018-04-12 17:05:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-04-12 17:05:38 (GMT) |
commit | 5ebbf2807b9ba4c42063c8243a04f7d8bfc094b6 (patch) | |
tree | 9180613c76fbd9b537c365c66d265925d0700f03 | |
parent | 4984d8433edb05eac446542b561a31edf7a25783 (diff) | |
parent | e488f7387389ce290085742f8f908d35e3f976de (diff) | |
download | CMake-5ebbf2807b9ba4c42063c8243a04f7d8bfc094b6.zip CMake-5ebbf2807b9ba4c42063c8243a04f7d8bfc094b6.tar.gz CMake-5ebbf2807b9ba4c42063c8243a04f7d8bfc094b6.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2018-04-12 (9da3e5bc)
-rw-r--r-- | Source/kwsys/SystemInformation.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/kwsys/SystemInformation.cxx b/Source/kwsys/SystemInformation.cxx index 2b9d7b1..7426816 100644 --- a/Source/kwsys/SystemInformation.cxx +++ b/Source/kwsys/SystemInformation.cxx @@ -94,7 +94,6 @@ typedef int siginfo_t; #endif #ifdef __APPLE__ -#include <fenv.h> #include <mach/host_info.h> #include <mach/mach.h> #include <mach/mach_types.h> @@ -114,7 +113,6 @@ typedef int siginfo_t; #endif #if defined(__linux) || defined(__sun) || defined(_SCO_DS) -#include <fenv.h> #include <netdb.h> #include <netinet/in.h> #include <sys/socket.h> |