[rkward-cvs] SF.net SVN: rkward:[3684] trunk/rkward/rkward/rbackend/FindR.cmake

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sat Jun 11 09:02:20 UTC 2011


Revision: 3684
          http://rkward.svn.sourceforge.net/rkward/?rev=3684&view=rev
Author:   tfry
Date:     2011-06-11 09:02:20 +0000 (Sat, 11 Jun 2011)

Log Message:
-----------
Correct error message

Modified Paths:
--------------
    trunk/rkward/rkward/rbackend/FindR.cmake

Modified: trunk/rkward/rkward/rbackend/FindR.cmake
===================================================================
--- trunk/rkward/rkward/rbackend/FindR.cmake	2011-06-08 07:32:52 UTC (rev 3683)
+++ trunk/rkward/rkward/rbackend/FindR.cmake	2011-06-11 09:02:20 UTC (rev 3684)
@@ -71,7 +71,7 @@
 	PATHS ${R_HOME}/lib ${R_SHAREDLIBDIR} ${R_HOME}/bin
 	NO_DEFAULT_PATH)
 IF(NOT LIBR_SO)
-	MESSAGE(FATAL_ERROR "Not found. Make sure the location of R was detected correctly, above, and R was compiled with the --enable-shlib option")
+	MESSAGE(FATAL_ERROR "Not found. Make sure the location of R was detected correctly, above, and R was compiled with the --enable-R-shlib option")
 ELSE(NOT LIBR_SO)
 	MESSAGE(STATUS "Exists at ${LIBR_SO}")
 	GET_FILENAME_COMPONENT(R_SHAREDLIBDIR ${LIBR_SO}


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




More information about the rkward-tracker mailing list