Revision: 41879
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41879&view=rev
Author:   starseeker
Date:     2010-12-30 21:00:12 +0000 (Thu, 30 Dec 2010)

Log Message:
-----------
Need to set a couple more variables, but so far it looks like we can use the 
libpng 1.4.5 CMakeLists.txt file.

Modified Paths:
--------------
    brlcad/branches/cmake/src/other/CMakeLists.txt

Modified: brlcad/branches/cmake/src/other/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/other/CMakeLists.txt      2010-12-30 20:56:09 UTC 
(rev 41878)
+++ brlcad/branches/cmake/src/other/CMakeLists.txt      2010-12-30 21:00:12 UTC 
(rev 41879)
@@ -35,6 +35,10 @@
 MARK_AS_ADVANCED(PNG_NO_CONSOLE_IO)
 SET(PNG_NO_STDIO OFF CACHE BOOL "Option to disable STDIO in PNG" FORCE)
 MARK_AS_ADVANCED(PNG_NO_STDIO)
+SET(SKIP_INSTALL_EXPORT ON CACHE BOOL "We dont't want export for this 
application" FORCE)
+MARK_AS_ADVANCED(SKIP_INSTALL_EXPORT)
+SET(PNG_MAN_DIR ${MAN_DIR} CACHE STRING "Set PNG_MAN_DIR to the global 
MAN_DIR" FORCE)
+MARK_AS_ADVANCED(PNG_MAN_DIR)
 THIRD_PARTY_SUBDIR(PNG libpng)
 IF(BRLCAD_BUILD_LOCAL_PNG)
        # PNG_LIB_NAME doesn't automatically propogate to toplevel due to 
scoping of CMake variables - 


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to