Nicely print the LEFDEF_SEARCH_PATH.

This commit is contained in:
Jean-Paul Chaput 2015-06-12 16:41:46 +02:00
parent a3bd52c68f
commit 5cb6170a53
1 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,10 @@ if ( UNIX )
"$ENV{HOME}/oa/lefdef/5.7-s038"
"/soc/oa"
)
message( STATUS "LEFDEF_SEARCH_PATH: ${LEFDEF_SEARCH_PATH}" )
message("-- Components of LEFDEF_DIR_SEARCH:")
foreach(PATH ${LEFDEF_DIR_SEARCH})
message("-- ${PATH}")
endforeach(PATH)
set ( LEFDEF_LIBRARIES "" )
set ( LEFDEF_LIBRARY_SEARCH_PATH "" )