From 015f05aef2bab4ae6f665fdd47a8c5623c2e749b Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 3 Apr 2012 01:24:08 +0300 Subject: [PATCH] Fix typo... --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index eb1d19cb5..c42f7eab6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -386,7 +386,7 @@ endif() # Installation # if(WIN32) - if(MIGWM10_DLL) + if(MINGWM10_DLL) install(FILES ${MINGWM10_DLL} DESTINATION ${BINDIR}) endif() if(DEFINED ZLIB_DLL)