From 769866163ac931fc7f3b24c8cb4665f930091fd2 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Fri, 26 Apr 2024 08:47:29 -0700 Subject: Help: Fix cmake_path example Fixes: #25938 --- Help/command/cmake_path.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/cmake_path.rst b/Help/command/cmake_path.rst index 4e6bedb..39b7b99 100644 --- a/Help/command/cmake_path.rst +++ b/Help/command/cmake_path.rst @@ -600,7 +600,7 @@ For example: # filename is now already empty, the following removes nothing cmake_path(REMOVE_FILENAME path) - message("Second path is \"${result}\"") + message("Second path is \"${path}\"") Output:: -- cgit v0.12