From: unknown Date: Thu, 30 Jun 2011 08:33:54 +0000 (+0200) Subject: Add CMAKE_SYSTEM_PROCESSOR instead of WIN_ARCH X-Git-Tag: v3_6_2~203^2~6 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/70b9918bc50a717514f17df0c013fbdfd287efaa Add CMAKE_SYSTEM_PROCESSOR instead of WIN_ARCH --- diff --git a/buildtools/Cmake/simgrid.nsi.in b/buildtools/Cmake/simgrid.nsi.in index a463564e4f..c34a8e1dc2 100644 --- a/buildtools/Cmake/simgrid.nsi.in +++ b/buildtools/Cmake/simgrid.nsi.in @@ -1,5 +1,5 @@ # define installer name -outFile "SimGrid@SIMGRID_VERSION_MAJOR@.@SIMGRID_VERSION_MINOR@.@SIMGRID_VERSION_PATCH@_win@WIN_ARCH@@BIN_EXE@" +outFile "SimGrid@SIMGRID_VERSION_MAJOR@.@SIMGRID_VERSION_MINOR@.@SIMGRID_VERSION_PATCH@_@CMAKE_SYSTEM_PROCESSOR@@BIN_EXE@" # set the default installation directory InstallDir $PROGRAMFILES\SimGrid