diff options
author | Brad King <brad.king@kitware.com> | 2018-04-13 13:54:29 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-04-13 13:55:40 (GMT) |
commit | 48d7aa2868ed3a8c15f83d9639a9dfd633c7608b (patch) | |
tree | 39db03cb8c9f2ad0a99da5cf12e8e518ef2fad5a /Source | |
parent | 07604a767ddb98b1020b546aa257bd7a965caf0a (diff) | |
parent | 5ebbf2807b9ba4c42063c8243a04f7d8bfc094b6 (diff) | |
download | CMake-48d7aa2868ed3a8c15f83d9639a9dfd633c7608b.zip CMake-48d7aa2868ed3a8c15f83d9639a9dfd633c7608b.tar.gz CMake-48d7aa2868ed3a8c15f83d9639a9dfd633c7608b.tar.bz2 |
Merge topic 'update-kwsys'
5ebbf2807b Merge branch 'upstream-KWSys' into update-kwsys
e488f73873 KWSys 2018-04-12 (9da3e5bc)
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1953
Diffstat (limited to 'Source')
-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> |