Correct pathes detection.

This commit is contained in:
The Coriolis Project 2010-04-28 21:54:54 +00:00
parent 4c1e9d0c03
commit 1cfe0a54c9
1 changed files with 6 additions and 0 deletions

View File

@ -72,9 +72,15 @@ IF(UNIX)
ENDIF( NOT("$ENV{${project}_USER_TOP}" STREQUAL "") )
LIST(REMOVE_DUPLICATES ${project}_DIR_SEARCH)
MESSAGE("-- Components of ${project}_DIR_SEARCH:")
FOREACH(PATH IN LISTS ${project}_DIR_SEARCH)
MESSAGE("-- ${PATH}")
ENDFOREACH(PATH)
ENDMACRO(SETUP_SEARCH_DIR project)
SETUP_SEARCH_DIR(CORIOLIS)
#
# Look for an installation.
#