From: Emmanuel Pescosta Date: Fri, 27 Feb 2015 07:16:15 +0000 (+0100) Subject: Fixed TODO Remove the if/endif lines if Dolphin is split. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/b701b7e4edefb628d6f8b14146b2e299bd0ce5fc?ds=sidebyside Fixed TODO Remove the if/endif lines if Dolphin is split. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c2b109af..05c6e9cbe 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) +