From ba329d8637fc30ba9f0366f729fabf816663dc0b Mon Sep 17 00:00:00 2001 From: Naram Qashat Date: Sat, 23 Mar 2019 11:11:34 -0400 Subject: [PATCH] Fix typo (spotted by bnnm). --- doc/CMAKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMAKE.md b/doc/CMAKE.md index 394e19be..1e56d46c 100644 --- a/doc/CMAKE.md +++ b/doc/CMAKE.md @@ -152,7 +152,7 @@ If building the Winamp plugin, the following path is required: If building the XMPlay plugin, the following path is required: -- **XMPLAY_INSTALL_PLUGIN**: The path to the XMPlay installation. The required DLLs and the plugin will be installed in this directory. +- **XMPLAY_INSTALL_PREFIX**: The path to the XMPlay installation. The required DLLs and the plugin will be installed in this directory. If building the Audacious plugin, no path needs to be given, it will be found by CMake.