From 7fb267380ae7c815802b1af78a96695dddada2f1 Mon Sep 17 00:00:00 2001 From: cacko Date: Thu, 13 Jan 2022 01:18:36 +0000 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 63691737..e0756afd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -65,7 +65,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release ``` __Notes__: * you can customize the installation directory using `-DCMAKE_INSTALL_PREFIX=path` (defaults to `/usr/local`). -* you can customize the image library using `-DIMAGE_LIBRARY=` +* you can customize the image library using `-DIMAGE_LIBRARY=` ```sh make