Description: Disable FetchContent module No online operations are permitted during build package. Author: Nicholas Guriev Last-Update: Wed, 22 Jan 2020 21:51:33 +0300 Modified by Brett Gilio on Dec 5, 2020 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,16 +4,7 @@ project(tl-expected VERSION 1.0.0 LANGUAGES CXX) option(EXPECTED_ENABLE_TESTS "Enable tests." ON) -include(FetchContent) -FetchContent_Declare( - tl_cmake - GIT_REPOSITORY https://github.com/TartanLlama/tl-cmake.git -) -FetchContent_GetProperties(tl_cmake) -if(NOT tl_cmake_POPULATED) - FetchContent_Populate(tl_cmake) - set(CMAKE_MODULE_PATH ${tl_cmake_SOURCE_DIR} ${CMAKE_MODULE_PATH}) -endif() +set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/tl-cmake ${CMAKE_MODULE_PATH}) include(add-tl) tl_add_library(expected SOURCES e='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-08gnu: linux-libre@5.12: Default to schedutil cpufreq governor on arm...and arm64. This has been the recommended default for arm and arm64 since v5.9 (upstream commit f259eab3ea0e7ed73db91f6358274dd3a9a27d79). * gnu/packages/aux-files/linux-libre/5.12-arm.conf, gnu/packages/aux-files/linux-libre/5.12-arm64.conf: Enable CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL, disable CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE. Vagrant Cascadian
2021-05-08gnu: Add linux-libre 5.12.2....* gnu/packages/linux.scm (linux-libre-5.12-version, deblob-scripts-5.12, linux-libre-5.12-pristine-source, linux-libre-5.12-source, linux-libre-headers-5.12, linux-libre-5.12): New variables. * gnu/packages/aux-files/linux-libre/5.12-arm.conf, gnu/packages/aux-files/linux-libre/5.12-arm64.conf, gnu/packages/aux-files/linux-libre/5.12-i686.conf, gnu/packages/aux-files/linux-libre/5.12-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them. Leo Famulari