blob: cdfdc69919c3a15d6daa77c623cbfed552a5686b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/CMakeLists.txt 2014-11-21 17:42:17.000000000 +0100
+++ b/CMakeLists.txt 2016-05-22 23:04:12.640297140 +0200
@@ -55,7 +55,7 @@
AND NOT EXISTS "/etc/debian_version"
AND NOT EXISTS "/etc/arch-release" )
if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" )
- set ( LIB_SUFFIX 64 )
+ set ( LIB_SUFFIX "" )
endif ()
endif ()
endif ()
|