nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 20 lines 548 B view raw
1diff --git a/cmake/BuildQCoro.cmake b/cmake/BuildQCoro.cmake 2index 941e813..41c88c6 100644 3--- a/cmake/BuildQCoro.cmake 4+++ b/cmake/BuildQCoro.cmake 5@@ -14,14 +14,6 @@ if (BACKEND_ONLY) 6 set(QCORO_WITH_QML OFF) 7 endif() 8 9-FetchContent_Declare( 10- qcoro 11- GIT_REPOSITORY https://github.com/danvratil/qcoro.git 12- GIT_TAG v${QCORO_VERSION} 13- SOURCE_SUBDIR "NeedManualAddSubDir" # make it possible to add_subdirectory below 14-) 15- 16-FetchContent_MakeAvailable(qcoro) 17 18 set(mll ${CMAKE_MESSAGE_LOG_LEVEL}) 19 if (NOT VERBOSE_FETCH) 20