diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-08-18 02:10:25 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-24 18:53:59 +0200 |
commit | f8b775e28767e88840b61614822d4d4278c05f74 (patch) | |
tree | 3867a5449f9a3955e4452f3026f37eaab03d6ffa /package/utils/spidev_test/Makefile | |
parent | ed381e2fb2bde3e45295dff46f5fd8ca2e2c51b9 (diff) | |
download | upstream-f8b775e28767e88840b61614822d4d4278c05f74.tar.gz upstream-f8b775e28767e88840b61614822d4d4278c05f74.tar.bz2 upstream-f8b775e28767e88840b61614822d4d4278c05f74.zip |
cmake: Disable use of package registries
CMake provides a user package registry (stored in ~/.cmake/packages) and
a system package registry (not available on non-Windows platforms).
The "export(PACKAGE)" command may store information in the user package
registry, and the "find_package()" command may search both user and
system package registries for information.
This sets various variables to disable the use of these package
registries (both saving and retrieval of package information).
This also sets deprecated variables that perform similar functions, in
case external toolchains include older versions of CMake.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'package/utils/spidev_test/Makefile')
0 files changed, 0 insertions, 0 deletions