┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-02-27 08:16:15 +0100
committerEmmanuel Pescosta <[email protected]>2015-02-27 08:16:15 +0100
commitb701b7e4edefb628d6f8b14146b2e299bd0ce5fc (patch)
treeff136782f22dbdcbbe5ae51cd22c59ff52bf8867 /CMakeLists.txt
parentd452a56ce1d8671883bdc2e24bb6b58483e98166 (diff)
Fixed TODO Remove the if/endif lines if Dolphin is split.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
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)
+