* All tools:

- Change: Adds ${LIB_SUFFIX} to all library search paths.
This commit is contained in:
Jean-Paul Chaput 2010-05-19 14:31:14 +00:00
parent 17e2608fb5
commit ad4c9c855c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ IF(UNIX)
FIND_LIBRARY(SOLSTICE_LIBRARY_PATH
NAMES solstice
PATHS ${CORIOLIS_DIR_SEARCH}
PATH_SUFFIXES lib
PATH_SUFFIXES lib${LIB_SUFFIX}
# Help the user find it if we cannot.
DOC "The ${SOLSTICE_INCLUDE_PATH_DESCRIPTION}"
)