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)
May 22 2024, 4:02 PM
Unknown Object (File)
May 22 2024, 3:03 PM
Unknown Object (File)
May 22 2024, 4:54 AM
Unknown Object (File)
May 15 2024, 4:15 PM
Unknown Object (File)
Apr 11 2024, 9:21 PM
Unknown Object (File)
Apr 11 2024, 9:20 PM
Unknown Object (File)
Apr 11 2024, 7:19 AM
Unknown Object (File)
Apr 10 2024, 10:12 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