Git commit 5800139641ba5d1b6f3dc62e72788c766ab57a6c by =C3=80lex Fiestas. Committed on 27/12/2013 at 11:30. Pushed by afiestas into branch 'master'. Retrn after project(), this CMakeLists doesn't do anything For some reason the following config in kdesrc-build is trying to compile kde:kdegraphics: module-set repository kde-projects use-modules kdegraphics end module-set In that repository[1] there is nothing to compile, everything has been splitted in different repos. Why is this repo being pulled by kdesrc-build? and why does it exists? [1] http://quickgit.kde.org/?p=3Dkdegraphics.git&a=3Dtree CCMAIL: kde-core-devel@kde.org M +1 -1 CMakeLists.txt http://commits.kde.org/kdegraphics/5800139641ba5d1b6f3dc62e72788c766ab57a6c diff --git a/CMakeLists.txt b/CMakeLists.txt index 331d4ad..006ba6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(kdegraphics) - +return() option(BUILD_LIBS "build kdegraphics library" ON) = # search packages used by KDE