CMake/Help
Matthew Woehlke b89e43b2bc find_package: Start implementing CPS search
Teach find_package to search CPS search paths, and to look for CPS file
names. Modify the set of file names to also include the file type (CPS
or CMake-script). Modify the search function to allow specifying which
file type(s) to consider.

During full path search, each possible path is searched for only one of
the two possible file types. However, subsequent runs, or when
considering a user-specified path (<name>_DIR), CMake will look for both
file types.

Note that this only adds the new path search logic as described above;
CMake does not yet know how to read CPS files, and there is a high
likelihood that Bad Things will happen if it tries. However, this seemed
like a good place to checkpoint.
2024-12-13 08:58:24 -05:00
..
command find_package: Start implementing CPS search 2024-12-13 08:58:24 -05:00
cpack_gen CPackDeb: always treat PACKAGE_DEPENDS as a list 2024-10-03 08:52:14 -04:00
dev Help/dev: Improve coding conventions guide 2024-12-10 14:18:08 -05:00
envvar Help: Clarify CLICOLOR and CLICOLOR_FORCE environment variables 2024-11-19 11:35:16 -05:00
generator Help: Clarify instructions for using older VS toolsets with newer VS versions 2024-11-14 10:03:32 -05:00
guide Tutorial: Restore TODO 4 comment in step 7 2024-11-27 09:28:34 -05:00
include
manual fileapi: Report DEBUGGER_WORKING_DIRECTORY in codemodel-v2 target objects 2024-12-10 09:04:31 -05:00
module Check*: Add option to pass link directories into checks 2024-09-09 17:06:33 +03:00
policy FeatureSummary: Introduce policy CMP0183 for full Condition Syntax 2024-11-26 13:19:25 -05:00
prop_cache
prop_dir Help/prop_dir/EXCLUDE_FROM_ALL: Minor wording fix 2024-11-25 16:35:25 -05:00
prop_gbl Install: Add parallel installation option 2024-07-15 11:49:29 -04:00
prop_inst Help: Convert http URLs to https 2024-03-07 09:42:45 -05:00
prop_sf VS: add source property VS_CUSTOM_COMMAND_DISABLE_PARALLEL_BUILD 2024-11-06 13:29:57 -05:00
prop_test add_test: Optionally use a launcher for tests running in-project targets 2023-12-13 10:20:43 -05:00
prop_tgt Merge topic 'debugger-working-directory' 2024-12-11 09:47:03 -05:00
release Merge topic 'debugger-working-directory' 2024-12-11 09:47:03 -05:00
variable Add generator-agnostic DEBUGGER_WORKING_DIRECTORY target property 2024-12-09 10:47:10 -05:00
index.rst