summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-02-17 19:40:16 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-02-17 19:40:16 +0100
commit0542509fc175c7b5a76cd31901834a2530ae4718 (patch)
treeb6ebe0c04e1c3a847d4aa0ccceaefe1fd08f6185 /config.h.cmake
parentbd87db0c6ddffd437ba39acbcc9aa92db5c906c0 (diff)
downloadtdevelop-0542509fc175c7b5a76cd31901834a2530ae4718.tar.gz
tdevelop-0542509fc175c7b5a76cd31901834a2530ae4718.zip
Add CMake check if the getline function is defined
instead of listing the systems and versions that need to be defined. This resolves FTBFS on FreeBSD 12. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 790ee5b3..86f9566a 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -8,3 +8,6 @@
// lib/catalog
#cmakedefine USE_DB_H_PATH <@USE_DB_H_PATH@>
+
+// vcs/clearcase
+#cmakedefine HAVE_GETLINE 1