]> granicus.if.org Git - taglib/commitdiff
Fixed a typo in INSTALL.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 17 Feb 2014 02:22:40 +0000 (11:22 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 17 Feb 2014 02:22:40 +0000 (11:22 +0900)
INSTALL

diff --git a/INSTALL b/INSTALL
index 9e6e807580c8191fa0908cfd1746d11af944fcb7..5e36d30c491ee696836cca5c19e534af60fdb8c7 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ TagLib uses the CMake build system. As a user, you will most likely want to
 build TagLib in release mode and install it into a system-wide location.
 This can be done using the following commands:
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_RELEASE_TYPE=Release .
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release .
   make
   sudo make install