summaryrefslogtreecommitdiff
blob: 2a35736ae83d5b28b1c3f5f489d95d4266d431c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This definition causes the following tests to effectively turn no-op,
resulting in strict-multilib violations on amd64.

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,8 +18,6 @@
     SET(LINUX TRUE)
 ENDIF ()
 
-SET (LIB_SUFFIX "")
-
 # Pre-set LIB_SUFFIX for 64-bit Linux platforms
 IF (LINUX AND CMAKE_SHARED_LIBRARY_PREFIX STREQUAL "lib64")
   SET (LIB_SUFFIX "64")