From b701b7e4edefb628d6f8b14146b2e299bd0ce5fc Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Fri, 27 Feb 2015 08:16:15 +0100 Subject: [PATCH] Fixed TODO Remove the if/endif lines if Dolphin is split. --- CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c2b109af0..05c6e9cbe2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,5 @@ install(FILES COMPONENT Devel ) -# TODO Remove the if/endif lines if Dolphin is split. -if ("${CMAKE_SOURCE_DIR}" STREQUAL "${Dolphin_SOURCE_DIR}") - feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -endif() +feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) +