[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3468: Clarify where you're supposed to specify -DMARBLE_FOO_DIR=<p (vidalia/branches/marble/cmake)



Author: edmanm
Date: 2009-01-22 22:15:22 -0500 (Thu, 22 Jan 2009)
New Revision: 3468

Modified:
   vidalia/branches/marble/cmake/FindMarble.cmake
Log:

Clarify where you're supposed to specify -DMARBLE_FOO_DIR=<path>.


Modified: vidalia/branches/marble/cmake/FindMarble.cmake
===================================================================
--- vidalia/branches/marble/cmake/FindMarble.cmake	2009-01-21 00:47:25 UTC (rev 3467)
+++ vidalia/branches/marble/cmake/FindMarble.cmake	2009-01-23 03:15:22 UTC (rev 3468)
@@ -48,7 +48,7 @@
 if (MARBLE_INCLUDE_DIR)
   message(STATUS "Looking for Marble header files - found")
 else(MARBLE_INCLUDE_DIR)
-  message(FATAL_ERROR "Could not find Marble header files. If Marble is installed, you can specify its location with -DMARBLE_INCLUDE_DIR=<path>")
+  message(FATAL_ERROR "Could not find Marble header files. If Marble is installed, you can run CMake again and specify its location with -DMARBLE_INCLUDE_DIR=<path>")
 endif(MARBLE_INCLUDE_DIR)
 
 
@@ -60,7 +60,7 @@
 if (MARBLE_LIBRARY_DIR)
   message(STATUS "Looking for Marble libraries - found")
 else(MARBLE_LIBRARY_DIR)
-  message(FATAL_ERROR "Could not find Marble libraries. If Marble is installed, you can specify its location with -DMARBLE_LIBRARY_DIR=<path>")
+  message(FATAL_ERROR "Could not find Marble libraries. If Marble is installed, you can run CMake again and specify its location with -DMARBLE_LIBRARY_DIR=<path>")
 endif(MARBLE_LIBRARY_DIR)
 
 
@@ -73,7 +73,7 @@
   if (MARBLE_DATA_DIR)
     message(STATUS "Looking for Marble data files - ${MARBLE_DATA_DIR}")
   else (MARBLE_DATA_DIR)
-    message(FATAL_ERROR "Could not find Marble libraries. If Marble is installed, you can specify its location with -DMARBLE_DATA_DIR=<path>")
+    message(FATAL_ERROR "Could not find Marble libraries. If Marble is installed, you can run CMake again and specify its location with -DMARBLE_DATA_DIR=<path>")
   endif(MARBLE_DATA_DIR)