From ae9c02d5917dd390a275142d74fa6e7954a52315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 15 Dec 2013 20:08:26 +0100 Subject: [PATCH] Text: actually have some sane default plugin dir. --- src/Text/configure.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/configure.h.cmake b/src/Text/configure.h.cmake index 048adae7a..4555f5dc6 100644 --- a/src/Text/configure.h.cmake +++ b/src/Text/configure.h.cmake @@ -22,4 +22,4 @@ DEALINGS IN THE SOFTWARE. */ -#define MAGNUM_PLUGINS_DIR "${MAGNUM_PLUGINS_DIR}" +#define MAGNUM_PLUGINS_DIR "${MAGNUM_PLUGINS_INSTALL_DIR}"