From 5cc65b84b15c353afc9eca37b0734403e1a35d02 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Wed, 19 May 2010 14:31:15 +0000 Subject: [PATCH] * All tools: - Change: Adds ${LIB_SUFFIX} to all library search paths. --- unicorn/cmake_modules/FindUNICORN.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn/cmake_modules/FindUNICORN.cmake b/unicorn/cmake_modules/FindUNICORN.cmake index 6b2ef206..d424db0d 100644 --- a/unicorn/cmake_modules/FindUNICORN.cmake +++ b/unicorn/cmake_modules/FindUNICORN.cmake @@ -26,7 +26,7 @@ IF(UNIX) FIND_LIBRARY(UNICORN_LIBRARY_PATH NAMES unicorn PATHS ${CORIOLIS_DIR_SEARCH} - PATH_SUFFIXES lib + PATH_SUFFIXES lib${LIB_SUFFIX} # Help the user find it if we cannot. DOC "The ${UNICORN_INCLUDE_PATH_DESCRIPTION}" )