diff options
author | Brad King <brad.king@kitware.com> | 2016-07-20 13:05:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-07-20 13:05:17 (GMT) |
commit | 51d9e8ae3ecd1f188fe236a25b810597edf30af7 (patch) | |
tree | 69c0dab1ee6e2f1418b655c237f3c85faf6a8a1a /Source/kwsys/CMakeLists.txt | |
parent | df14a98e9c4af316cd5e75d6af8cc7b75da2db8f (diff) | |
parent | 9ef2b2b164a92081bf3466af9ac0d0c28acae79d (diff) | |
download | CMake-51d9e8ae3ecd1f188fe236a25b810597edf30af7.zip CMake-51d9e8ae3ecd1f188fe236a25b810597edf30af7.tar.gz CMake-51d9e8ae3ecd1f188fe236a25b810597edf30af7.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2016-07-19 (9d1dbd95)
Diffstat (limited to 'Source/kwsys/CMakeLists.txt')
-rw-r--r-- | Source/kwsys/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/CMakeLists.txt b/Source/kwsys/CMakeLists.txt index 39b03b3..87f6048 100644 --- a/Source/kwsys/CMakeLists.txt +++ b/Source/kwsys/CMakeLists.txt @@ -632,6 +632,11 @@ IF(KWSYS_USE_SystemInformation) ENDIF() ENDIF() +IF(KWSYS_USE_FStream) + KWSYS_PLATFORM_CXX_TEST(KWSYS_CXX_HAS_EXT_STDIO_FILEBUF_H + "Checking whether <ext/stdio_filebuf.h> is available" DIRECT) +ENDIF() + #----------------------------------------------------------------------------- # Choose a directory for the generated headers. IF(NOT KWSYS_HEADER_ROOT) |