comparison cmake/IrccdPackage.cmake @ 37:ed35b9ac33bf

Misc: fix installation directory for Windows installer
author David Demelier <markand@malikania.fr>
date Tue, 23 Feb 2016 13:25:00 +0100
parents af9b35bf1585
children ae73915bb15d
comparison
equal deleted inserted replaced
36:f0e00b72fea9 37:ed35b9ac33bf
26 # 26 #
27 27
28 if (WIN32) 28 if (WIN32)
29 set(PKGSYS "Windows") 29 set(PKGSYS "Windows")
30 set(PKGSUFFIX "exe") 30 set(PKGSUFFIX "exe")
31
32 if (IRCCD_64BITS)
33 set(PKGTARGETDIR "C:/Program Files/irccd-${IRCCD_VERSION}")
34 else ()
35 set(PKGTARGETDIR "C:/Program Files (x86)/irccd-${IRCCD_VERSION}")
36 endif ()
31 endif () 37 endif ()
32 38
33 if (IRCCD_64BITS) 39 if (IRCCD_64BITS)
34 set(PKGARCH "amd64") 40 set(PKGARCH "amd64")
35 else () 41 else ()