From 0542509fc175c7b5a76cd31901834a2530ae4718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 17 Feb 2019 19:40:16 +0100 Subject: Add CMake check if the getline function is defined instead of listing the systems and versions that need to be defined. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This resolves FTBFS on FreeBSD 12. Signed-off-by: Slávek Banko --- vcs/clearcase/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'vcs/clearcase/CMakeLists.txt') diff --git a/vcs/clearcase/CMakeLists.txt b/vcs/clearcase/CMakeLists.txt index 4dbed390..90d83940 100644 --- a/vcs/clearcase/CMakeLists.txt +++ b/vcs/clearcase/CMakeLists.txt @@ -13,6 +13,7 @@ add_subdirectory( integrator ) include_directories( ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/lib/interfaces ${CMAKE_SOURCE_DIR}/lib/interfaces/extensions ${CMAKE_SOURCE_DIR}/lib/util -- cgit v1.2.1