From cb13bcc0939c3dad37871701401fa1c041904ec0 Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Tue, 26 Aug 2014 11:32:48 +0200 Subject: Set 64Bit library prefix again --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v0.12