Revision: 55792
          http://sourceforge.net/p/brlcad/code/55792
Author:   starseeker
Date:     2013-06-15 17:28:43 +0000 (Sat, 15 Jun 2013)
Log Message:
-----------
Add a note about why we aren't using find_program to look for umask

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-06-15 13:09:13 UTC (rev 55791)
+++ brlcad/trunk/CMakeLists.txt 2013-06-15 17:28:43 UTC (rev 55792)
@@ -520,6 +520,8 @@
     set(${status_var} 1)
   endif(UMASK_HAVE_R AND "${umask_x}" STREQUAL "xxx")
 endmacro(CHECK_UMASK)
+# Note - umask is not always an executable, so we can't use find_program
+# to determine whether the umask check is appropriate.  
 IF(NOT WIN32)
   exec_program(umask ARGS -S OUTPUT_VARIABLE umask_curr)
   string(STRIP "${umask_curr}" umask_curr)

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to