summaryrefslogtreecommitdiffstats
path: root/win/installer
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-03-03 12:35:04 +0000
committerPierre Ossman <ossman@cendio.se>2011-03-03 12:35:04 +0000
commit0bfc1cd41672532ec0c4ff9ad8ae51d2c2dd29cf (patch)
treecb6b4f1470df2966bd9e54465d5f038cae5674e6 /win/installer
parent481b03ecd4699056314c2c8661538e8bddfd6265 (diff)
downloadtigervnc-0bfc1cd41672532ec0c4ff9ad8ae51d2c2dd29cf.tar.gz
tigervnc-0bfc1cd41672532ec0c4ff9ad8ae51d2c2dd29cf.zip
Clean up the 64-bit handling a bit. Trust CMake to tell use when we have a
64-bit target, and we don't actually use the WIN64 variable anywhere. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4317 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/installer')
-rw-r--r--win/installer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/installer/CMakeLists.txt b/win/installer/CMakeLists.txt
index 0324fe43..e09242c7 100644
--- a/win/installer/CMakeLists.txt
+++ b/win/installer/CMakeLists.txt
@@ -1,4 +1,4 @@
-if(64BIT)
+if(CMAKE_CL_64)
set(INST_NAME ${CMAKE_PROJECT_NAME}64-${VERSION})
set(INST_DEFS -DWIN64)
else()