- Whitespace fixes (was commiting from windows where text editor wasn't configured, pardon)

- Fixing typo in description of GP paint mode.
This commit is contained in:
Sergey Sharybin
2011-09-15 13:14:46 +00:00
parent 0d355a8a2c
commit e45b8ab76e
2 changed files with 7 additions and 7 deletions

View File

@@ -440,12 +440,12 @@ elseif(WIN32)
DESTINATION ${TARGETDIR}
)
if(NOT CMAKE_CL_64)
install(
FILES ${LIBDIR}/iconv/lib/iconv.dll
DESTINATION ${TARGETDIR}
)
endif()
if(NOT CMAKE_CL_64)
install(
FILES ${LIBDIR}/iconv/lib/iconv.dll
DESTINATION ${TARGETDIR}
)
endif()
endif()
install( # same as linux!, deduplicate