From 9c21463133404df1eea23f5c5fd6a26799e52863 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 13 Oct 2015 09:28:25 +0100 Subject: [PATCH] support older cmakes --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 903d3e61e..08e4cf896 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(YAP) -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 2.8XSXCG) # where we have most scripts # set path to additional CMake modules set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH}) @@ -418,7 +418,7 @@ add_subdirectory (packages/CLPBN) add_subdirectory (packages/CLPBN/horus) -add_subdirectory (packages/Problog) +add_subdirectory (packages/ProbLog) add_subdirectory (packages/raptor)