diff options
author | Slávek Banko <[email protected]> | 2015-06-26 13:05:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-06-26 13:19:44 +0200 |
commit | 82dd739ceb246c8d8d10faf03b1a2267d8352d16 (patch) | |
tree | e2e117d3c247074fc4959bee80bb3c8a88ee218d /CMakeLists.txt | |
parent | 0df5874cec0754bed224839d37a7a0fa51849a55 (diff) | |
download | tdenetwork-82dd739ceb246c8d8d10faf03b1a2267d8352d16.tar.gz tdenetwork-82dd739ceb246c8d8d10faf03b1a2267d8352d16.zip |
Fix missing configure checks for CMake build
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 857b9ad4..52c97bea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ include( CheckIncludeFile ) include( CheckIncludeFileCXX ) include( CheckCXXSourceCompiles ) include( CheckLibraryExists ) +include( CheckStructHasMember ) ##### include our cmake modules ################# |