]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fixed TODO Remove the if/endif lines if Dolphin is split.
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Fri, 27 Feb 2015 07:16:15 +0000 (08:16 +0100)
committerEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Fri, 27 Feb 2015 07:16:15 +0000 (08:16 +0100)
CMakeLists.txt

index 9c2b109af00295a7063e9ec1f79da22a1774de12..05c6e9cbe25304f6637fa9302c14d0d1f14b534d 100644 (file)
@@ -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)
+