Revision: 77661
          http://sourceforge.net/p/brlcad/code/77661
Author:   starseeker
Date:     2020-10-31 11:31:23 +0000 (Sat, 31 Oct 2020)
Log Message:
-----------
Fix PNG static name.

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-10-31 11:00:26 UTC 
(rev 77660)
+++ brlcad/branches/extbuild/src/other/ext/png.cmake    2020-10-31 11:31:23 UTC 
(rev 77661)
@@ -29,7 +29,7 @@
 
   if (MSVC)
     set(PNG_BASENAME ${PNG_LIB_NAME})
-    set(PNG_STATICNAME ${PNG_LIB_NAME}-static)
+    set(PNG_STATICNAME ${PNG_LIB_NAME}_static)
     set(PNG_SUFFIX ${CMAKE_SHARED_LIBRARY_SUFFIX})
   else (MSVC)
     set(PNG_BASENAME lib${PNG_LIB_NAME})

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