Skip to content

Help: Fix location of install() note about superseded commands

Frank Dana requested to merge ferdnyc/cmake:move-install-note into master

The note regarding commands superseded by install() somehow wound up nested under the install(EXPORT) signature, when it has nothing to do with install(EXPORT). Move it to the top level, immediately before the Examples section.

(It's somewhat questionable whether that note is really necessary at all, when all of the commands it's discussing were deprecated in CMake 3.0. So, removing it entirely is certainly another option.)

Backport: release

Edited by Brad King

Merge request reports