diff options
| author | Emmanuel Pescosta <[email protected]> | 2015-02-27 08:16:15 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2015-02-27 08:16:15 +0100 |
| commit | b701b7e4edefb628d6f8b14146b2e299bd0ce5fc (patch) | |
| tree | ff136782f22dbdcbbe5ae51cd22c59ff52bf8867 /CMakeLists.txt | |
| parent | d452a56ce1d8671883bdc2e24bb6b58483e98166 (diff) | |
Fixed TODO Remove the if/endif lines if Dolphin is split.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
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) + |
