From 6b2193f804b3412eef476a834a7627d5a10da439 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 7 Nov 2014 09:31:35 -0800 Subject: Moved include file check to src/CMakeLists.txt. --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b961ff7..ad94587 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -68,3 +68,6 @@ install(TARGETS ${PROGRAM} ${LIBRARY} if(UNIX) INSTALL(FILES ../man/man1/cmark.1 DESTINATION share/man/man1) endif(UNIX) + +include (CheckIncludeFile) +CHECK_INCLUDE_FILE (stdbool.h HAVE_STDBOOL_H) \ No newline at end of file -- cgit v1.2.3