From 54ec4c1e799759798cc2b625f1e6a9e5efb4a78e Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Fri, 31 May 2019 13:43:55 -0400 Subject: GetPrerequisites: Add deprecation notice GetPrerequisites has now been superceded by file(GET_RUNTIME_DEPENDENCIES), so add a deprecation notice stating such. --- Modules/GetPrerequisites.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Modules/GetPrerequisites.cmake') diff --git a/Modules/GetPrerequisites.cmake b/Modules/GetPrerequisites.cmake index 5be467621e..41d9dc155c 100644 --- a/Modules/GetPrerequisites.cmake +++ b/Modules/GetPrerequisites.cmake @@ -5,6 +5,10 @@ GetPrerequisites ---------------- +.. deprecated:: 3.16 + + Use :command:`file(GET_RUNTIME_DEPENDENCIES)` instead. + Functions to analyze and list executable file prerequisites. This module provides functions to list the .dll, .dylib or .so files -- cgit v1.2.1