Fix typo...

This commit is contained in:
Perttu Ahola 2012-04-03 01:24:08 +03:00
parent b131a0cf0c
commit 015f05aef2
1 changed files with 1 additions and 1 deletions

View File

@ -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)