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)
Mon, Dec 30, 5:48 AM
Unknown Object (File)
Nov 19 2024, 1:23 AM
Unknown Object (File)
Nov 19 2024, 1:23 AM
Unknown Object (File)
Nov 19 2024, 1:23 AM
Unknown Object (File)
Nov 19 2024, 12:57 AM
Unknown Object (File)
Oct 31 2024, 7:46 PM
Unknown Object (File)
Oct 26 2024, 1:57 PM
Unknown Object (File)
Oct 2 2024, 12:29 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