Revision: 75763
          http://sourceforge.net/p/brlcad/code/75763
Author:   starseeker
Date:     2020-05-08 19:31:34 +0000 (Fri, 08 May 2020)
Log Message:
-----------
Add png dep for frmt_png in GDAL as well.

Modified Paths:
--------------
    brlcad/trunk/src/other/gdal/frmts/png/CMakeLists.txt

Modified: brlcad/trunk/src/other/gdal/frmts/png/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/gdal/frmts/png/CMakeLists.txt        2020-05-08 
15:51:48 UTC (rev 75762)
+++ brlcad/trunk/src/other/gdal/frmts/png/CMakeLists.txt        2020-05-08 
19:31:34 UTC (rev 75763)
@@ -1,2 +1,5 @@
 include_directories(${CMAKE_CURRENT_SOURCE_DIR})
 add_library(frmt_png OBJECT pngdataset.cpp)
+if (TARGET png)
+       add_dependencies(frmt_png png)
+endif (TARGET png)

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to