Revision: 45755
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45755&view=rev
Author:   starseeker
Date:     2011-08-02 13:27:59 +0000 (Tue, 02 Aug 2011)

Log Message:
-----------
CMake doesn't currently work with umask settings, so there's no point in 
setting it ahead of time.

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2011-08-02 11:57:12 UTC (rev 45754)
+++ brlcad/trunk/CMakeLists.txt 2011-08-02 13:27:59 UTC (rev 45755)
@@ -363,17 +363,6 @@
 BOX_PRINT("*** Configuring BRL-CAD Release ${BRLCAD_VERSION}, Build 
${CONFIG_DATE} ***" "*")
 
 #---------------------------------------------------------------------
-# For NFS volumes, to ensure proper file creation.  If UMASK is set
-# use it, but it's not a standard setting at the moment.
-IF(NOT WIN32)
-       IF(NOT UMASK)
-               EXEC_PROGRAM(umask ARGS 022 OUTPUT_VARIABLE exec_out)
-       ELSE(NOT UMASK)
-               EXEC_PROGRAM(umask ARGS ${UMASK} OUTPUT_VARIABLE exec_out)
-       ENDIF(NOT UMASK)
-ENDIF(NOT WIN32)
-
-#---------------------------------------------------------------------
 # We want to check /usr/local by default, so add it
 SET(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} /usr/local)
 SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} /usr/local/include)


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

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to