diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2012-04-03 08:55:13 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2012-04-03 08:55:13 +0300 |
| commit | b9b56bac6bf5a9701c2898d254a2df9cdf99425c (patch) | |
| tree | dcbc7113f9d5cfbc3db095ffe9dd3d33701bbfb5 /src/CMakeLists.txt | |
| parent | fa670fa4b591a423d76ed1b38ece01fccb0482ca (diff) | |
| download | dragonfireclient-b9b56bac6bf5a9701c2898d254a2df9cdf99425c.tar.xz | |
Fix buildbot
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
