Page MenuHomeFreeBSD

Uses/cmake.mk: Always pass FETCHCONTENT_FULLY_DISCONNECTED=1 to CMAKE_ARGS.
ClosedPublic

Authored by arrowd on Oct 17 2022, 8:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 7:46 PM
Unknown Object (File)
Sat, Oct 26, 1:57 PM
Unknown Object (File)
Oct 2 2024, 12:29 AM
Unknown Object (File)
Sep 27 2024, 3:53 AM
Unknown Object (File)
Sep 23 2024, 12:49 PM
Unknown Object (File)
Sep 22 2024, 11:00 AM
Unknown Object (File)
Sep 20 2024, 9:38 AM
Unknown Object (File)
Sep 20 2024, 4:31 AM

Details

Summary

This variable makes FetchContent_*() CMake functions to disable any network
access, which is exactly what we expect in Ports framework.

Test Plan

poudriere testport on a simple CMake port.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable