Revision: 182 http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=182&view=rev Author: rorthomas Date: 2009-04-16 10:20:35 +0000 (Thu, 16 Apr 2009)
Log Message: ----------- removed nvidia-cg-dir from linux build Modified Paths: -------------- trunk/build/CMakeLists.txt Modified: trunk/build/CMakeLists.txt =================================================================== --- trunk/build/CMakeLists.txt 2009-04-16 10:12:40 UTC (rev 181) +++ trunk/build/CMakeLists.txt 2009-04-16 10:20:35 UTC (rev 182) @@ -70,15 +70,15 @@ #option(ROR_BUILD_LUASCRIPT "adds the LUA Scripting engine" TRUE) set(ROR_BUILD_LUASCRIPT TRUE) -set(NVIDIA_CG_DIR "$ENV{PROGRAMFILES}\\NVIDIA Corporation\\Cg" CACHE PATH "directory of the nvidia cg toolkit installation") - IF(WIN32) set(ROR_BUILD_XFIRE TRUE) #option(ROR_BUILD_BUGTRAP "build RoR with Bugtrap support (windows only)" FALSE) set(ROR_BUILD_BUGTRAP FALSE) + set(NVIDIA_CG_DIR "$ENV{PROGRAMFILES}\\NVIDIA Corporation\\Cg" CACHE PATH "directory of the nvidia cg toolkit installation") ELSE(WIN32) set(ROR_BUILD_BUGTRAP FALSE) set(ROR_BUILD_XFIRE FALSE) + set(NVIDIA_CG_DIR "") ENDIF(WIN32) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Rigsofrods-devel mailing list Rigsofrods-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel