summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-26 09:32:48 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-26 09:32:48 (GMT)
commitcb13bcc0939c3dad37871701401fa1c041904ec0 (patch)
tree3efe5e241f345f473bffb7784d2befe18052b8e4
parentae525110ee52663713102b377b2162a25a045dd2 (diff)
downloaduscxml-cb13bcc0939c3dad37871701401fa1c041904ec0.zip
uscxml-cb13bcc0939c3dad37871701401fa1c041904ec0.tar.gz
uscxml-cb13bcc0939c3dad37871701401fa1c041904ec0.tar.bz2
Set 64Bit library prefix again
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73d4a3e..9bcccb9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,6 +74,7 @@ endif()
# is this a 64Bit host?
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
set(64BIT_HOST ON)
+ set(64BIT_LIB_POSTFIX 64)
set(64BIT_SUFFIX "_64")
# additional library paths to be searched
set(FIND_LIBRARY_USE_LIB64_PATHS ON)