Git commit e416535e43529dd83087a40260f5a4523566a7b9 by Friedrich W. H. Koss= ebau. Committed on 31/08/2015 at 23:12. Pushed by kossebau into branch 'master'. No automoc for LibRCPS M +2 -1 plan/plugins/schedulers/rcps/3rdparty/CMakeLists.txt http://commits.kde.org/calligra/e416535e43529dd83087a40260f5a4523566a7b9 diff --git a/plan/plugins/schedulers/rcps/3rdparty/CMakeLists.txt b/plan/pl= ugins/schedulers/rcps/3rdparty/CMakeLists.txt index b4d518a..e012238 100644 --- a/plan/plugins/schedulers/rcps/3rdparty/CMakeLists.txt +++ b/plan/plugins/schedulers/rcps/3rdparty/CMakeLists.txt @@ -1,5 +1,6 @@ # Reset hidden visibility for symbols of C libs for now here # TODO: check if librcps should not be linked static anyway, the plugin do= es not share it with anything installed set(CMAKE_C_VISIBILITY_PRESET) - +# Reset automoc +set(CMAKE_AUTOMOC) add_subdirectory( LibRCPS )