Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 34 lines 1.1 kB view raw
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index 80b9aab..e56ca84 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -88,8 +88,7 @@ include(FetchContent) 6 7 # Qlementine Icons: an SVG icon library made for Qt. 8 FetchContent_Declare(qlementine-icons 9- GIT_REPOSITORY "https://github.com/oclero/qlementine-icons.git" 10- GIT_TAG v1.8.0 11+ SOURCE_DIR "@qlementine-icons-src@" 12 ) 13 FetchContent_MakeAvailable(qlementine-icons) 14 set_target_properties(qlementine-icons 15@@ -99,8 +98,7 @@ set_target_properties(qlementine-icons 16 17 # Qlementine: the QStyle library to have a modern look n' feel. 18 FetchContent_Declare(qlementine 19- GIT_REPOSITORY "https://github.com/oclero/qlementine.git" 20- GIT_TAG v1.2.0 21+ SOURCE_DIR "@qlementine-src@" 22 ) 23 FetchContent_MakeAvailable(qlementine) 24 set_target_properties(qlementine 25@@ -109,8 +107,7 @@ set_target_properties(qlementine 26 ) 27 28 FetchContent_Declare(QtAppInstanceManager 29- GIT_REPOSITORY "https://github.com/oclero/qtappinstancemanager.git" 30- GIT_TAG v1.3.0 31+ SOURCE_DIR "@qtappinstancemanager-src@" 32 ) 33 FetchContent_MakeAvailable(QtAppInstanceManager) 34 set_target_properties(QtAppInstanceManager