Help: Fix cmake_path example

Fixes: #25938
This commit is contained in:
Juan Ramos
2024-04-26 08:49:07 -07:00
parent a4b7a13c23
commit 769866163a
+1 -1
View File
@@ -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::