X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=d082932fee56592c44a5010f282ee5afd14cbcad;hp=3e6c96d6066b7c58a3e7ee5d50d2bf438030016b;hb=604ec22bb3844196da13a3dca71d930c3623d8e7;hpb=5cc2b9c1cf646f98914ff5785f6f3fb994c334d1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e6c96d..d082932 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ set(CPACK_COMPONENT_HEADERS_GROUP "Development") IF(CMAKE_SIZEOF_VOID_P EQUAL 4) SET(LIB_SUFFIX "") SET(PACK_ARCH "") - ELSE(CMAKE_SIZEOF_VOID_P EQUAL 4) + ELSE(CMAKE_SIZEOF_VOID_P EQUAL 8) SET(LIB_SUFFIX 64) SET(PACK_ARCH .x86_64) endif(CMAKE_SIZEOF_VOID_P EQUAL 4)