Remove ICO file from repository

Instead generate it as a pre-build step. It can't be generated as part
of the CMake build process because MSVC changes the PATH so that another
convert.exe conflicts with imagemagick's.
This commit is contained in:
Oliver Hamlet
2016-12-01 19:03:12 +00:00
parent 7e2f071aec
commit c80d1eb5f7
7 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ PROJECT_BRIEF = "A load order optimisation tool for various games by Be
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.
PROJECT_LOGO = C:/Users/Oliver/Documents/GitHub/LOOT/loot/resources/icon.ico
PROJECT_LOGO =
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is