From 5cb6170a5334ccec4472c59750052615d10eedc4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 12 Jun 2015 16:41:46 +0200 Subject: [PATCH] Nicely print the LEFDEF_SEARCH_PATH. --- bootstrap/cmake_modules/FindLEFDEF.cmake | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap/cmake_modules/FindLEFDEF.cmake b/bootstrap/cmake_modules/FindLEFDEF.cmake index d14aaed8..cbc00c89 100644 --- a/bootstrap/cmake_modules/FindLEFDEF.cmake +++ b/bootstrap/cmake_modules/FindLEFDEF.cmake @@ -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 "" )