Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 385 B view raw
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index 04523c97d..945ba6a41 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -59,7 +59,7 @@ find_package(QCoro6 REQUIRED COMPONENTS Core) 6 7 qcoro_enable_coroutines() 8 9-ecm_find_qmlmodule(org.kde.kitemmodels 1.0 REQUIRED) 10+ecm_find_qmlmodule(org.kde.kitemmodels 1.0) 11 12 list(APPEND CMAKE_AUTOMOC_MACRO_NAMES "DISCOVER_BACKEND_PLUGIN") 13