From 525f452cbca1741112dbfd830998eb4dd79bdd3d Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 15 Jul 2015 21:17:34 +0200 Subject: louloulibs is part of the repository, so no need to check for its presence --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index cd7aed7..93e91ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,11 +63,6 @@ if(RONN_EXECUTABLE) add_custom_target(doc DEPENDS ${MAN_PAGE}) endif() -if(NOT IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/louloulibs" OR - NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/louloulibs/CMakeLists.txt") - message(FATAL_ERROR "louloulibs/ not found or empty. Make sure you fetched - the submodules with 'git submodule update --init'") -endif() add_subdirectory("louloulibs") include_directories("louloulibs") -- cgit v1.2.3