nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 23 lines 725 B view raw
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index b6be6e8..057a056 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -4,12 +4,12 @@ 6 7 cmake_minimum_required(VERSION 3.2) 8 9-include("cmake/HunterGate.cmake") 10-HunterGate( 11- URL "https://github.com/cpp-pm/hunter/archive/9d9242b60d5236269f894efd3ddd60a9ca83dd7f.tar.gz" 12- SHA1 "16cc954aa723bccd16ea45fc91a858d0c5246376" 13- LOCAL # Local config for dependencies 14-) 15+# include("cmake/HunterGate.cmake") 16+# HunterGate( 17+# URL "https://github.com/cpp-pm/hunter/archive/9d9242b60d5236269f894efd3ddd60a9ca83dd7f.tar.gz" 18+# SHA1 "16cc954aa723bccd16ea45fc91a858d0c5246376" 19+# LOCAL # Local config for dependencies 20+# ) 21 22 ### Constants 23 set(TARGET_NAME "XLink")