diff options
author | KWSys Robot <kwrobot@kitware.com> | 2013-10-08 12:29:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-08 13:53:08 (GMT) |
commit | 1a39f857f705604818b81ed38a3d7de2d1b66fa6 (patch) | |
tree | c2b9566e4e1b0261f3bca4a458c4aa340617205a /testDynamicLoader.cxx | |
parent | ce6eac8b58b0230cd1d8ee100a27973e5354a5c4 (diff) | |
download | CMake-1a39f857f705604818b81ed38a3d7de2d1b66fa6.zip CMake-1a39f857f705604818b81ed38a3d7de2d1b66fa6.tar.gz CMake-1a39f857f705604818b81ed38a3d7de2d1b66fa6.tar.bz2 |
KWSys 2013-10-08 (96b2f6f4)
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ 96b2f6f4 | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' deec6b8a..96b2f6f4
Adrien Destugues (2):
2b303bd7 SystemTools: Remove outdated preprocessor checks for Haiku
96b2f6f4 DynamicLoader: Cleanup test include files for Haiku
Rolf Eike Beer (1):
dbc8fa1b SystemInformation: fix truncation warnings
Change-Id: I25364f58d62dd73fde0f7625d9d77ed0d4726e33
Diffstat (limited to 'testDynamicLoader.cxx')
-rw-r--r-- | testDynamicLoader.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/testDynamicLoader.cxx b/testDynamicLoader.cxx index dd6d603..1bff707 100644 --- a/testDynamicLoader.cxx +++ b/testDynamicLoader.cxx @@ -15,14 +15,10 @@ #include KWSYS_HEADER(ios/iostream) #include KWSYS_HEADER(stl/string) -#if defined(__BEOS__) +#if defined(__BEOS__) || defined(__HAIKU__) #include <be/kernel/OS.h> /* disable_debugger() API. */ #endif -#if defined(__HAIKU__) -#include <os/kernel/OS.h> /* disable_debugger() API. */ -#endif - // Work-around CMake dependency scanning limitation. This must // duplicate the above list of headers. #if 0 |