https://bugs.kde.org/show_bug.cgi?id=379244
--- Comment #3 from Eugene Shalygin <[email protected]> --- Oh, I don't think these two line changes worth a Phabrikator review: diff --git a/debuggers/gdb/CMakeLists.txt b/debuggers/gdb/CMakeLists.txt index 977354be9b..f330cd5137 100644 --- a/debuggers/gdb/CMakeLists.txt +++ b/debuggers/gdb/CMakeLists.txt @@ -1,5 +1,7 @@ project(gdb) +add_subdirectory(printers) + find_package(OktetaGui) set_package_properties(OktetaGui PROPERTIES PURPOSE "Required for building MemoryViewer Widget." diff --git a/debuggers/gdb/printers/CMakeLists.txt b/debuggers/gdb/printers/CMakeLists.txt index 4a6e16122a..5a9ec11675 100644 --- a/debuggers/gdb/printers/CMakeLists.txt +++ b/debuggers/gdb/printers/CMakeLists.txt @@ -1,4 +1,4 @@ -add_subdirectory(tests) +#add_subdirectory(tests) install( FILES helper.py qt.py kde.py gdbinit DESTINATION ${KDE_INSTALL_DATADIR}/kdevgdb/printers ) -- You are receiving this mail because: You are watching all bug changes.
