Revision: 77797
          http://sourceforge.net/p/brlcad/code/77797
Author:   starseeker
Date:     2020-11-21 21:08:29 +0000 (Sat, 21 Nov 2020)
Log Message:
-----------
Use symlink var for link target

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/png.cmake

Modified: brlcad/branches/extbuild/src/other/ext/png.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/png.cmake    2020-11-21 20:58:36 UTC 
(rev 77796)
+++ brlcad/branches/extbuild/src/other/ext/png.cmake    2020-11-21 21:08:29 UTC 
(rev 77797)
@@ -91,7 +91,7 @@
   ExternalProject_Target(SHARED png PNG_BLD ${PNG_INSTDIR}
     ${PNG_BASENAME}${PNG_SUFFIX}
     SYMLINKS ${PNG_SYMLINK_1};${PNG_SYMLINK_2}
-    LINK_TARGET ${PNG_BASENAME}${CMAKE_SHARED_LIBRARY_SUFFIX}
+    LINK_TARGET ${PNG_SYMLINK_1}
     RPATH
     )
   if (BUILD_STATIC_LIBS)

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