Revision: 1420
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1420&view=rev
Author:   rorthomas
Date:     2010-06-23 03:16:55 +0000 (Wed, 23 Jun 2010)

Log Message:
-----------
improved configure output a bit

Modified Paths:
--------------
    trunk/source/main/CMakeLists.txt

Modified: trunk/source/main/CMakeLists.txt
===================================================================
--- trunk/source/main/CMakeLists.txt    2010-06-23 03:06:36 UTC (rev 1419)
+++ trunk/source/main/CMakeLists.txt    2010-06-23 03:16:55 UTC (rev 1420)
@@ -6,16 +6,18 @@
 #setup libraries
 macro(setup_lib name)
    if(ROR_USE_${name})
-      message(STATUS "Enabled:     ${name}")
       include_directories(${${name}_INCLUDE_DIRS})
       link_directories   (${${name}_LIBRARY_DIRS})
       add_definitions("-DUSE_${name}")
       set(optional_libs ${optional_libs} ${${name}_LIBRARIES})
-      message(STATUS "${name}_INCLUDE_DIRS:     ${${name}_INCLUDE_DIRS}")
-      message(STATUS "${name}_LIBRARY_DIRS:     ${${name}_LIBRARY_DIRS}")
-      message(STATUS "${name}_LIBRARIES:     ${${name}_LIBRARIES}")
+      message(STATUS "${name} Enabled:      \tYES")
+      message(STATUS "${name}_INCLUDE_DIRS: \t${${name}_INCLUDE_DIRS}")
+      if(${${name}_LIBRARY_DIRS})
+         message(STATUS "${name}_LIBRARY_DIRS: \t${${name}_LIBRARY_DIRS}")
+      endif(${${name}_LIBRARY_DIRS})
+      message(STATUS "${name}_LIBRARIES:    \t${${name}_LIBRARIES}")
    else()
-      message(STATUS "Not enabled: ${name}")
+      message(STATUS "${name} Enabled:      \tNO")
    endif(ROR_USE_${name})
 endmacro(setup_lib)
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to