Revision: 77573
          http://sourceforge.net/p/brlcad/code/77573
Author:   starseeker
Date:     2020-10-23 02:17:23 +0000 (Fri, 23 Oct 2020)
Log Message:
-----------
Pull in proj-4 CMake changes

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/proj-4/src/CMakeLists.txt

Modified: brlcad/branches/extbuild/src/other/ext/proj-4/src/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/other/ext/proj-4/src/CMakeLists.txt    
2020-10-23 02:16:33 UTC (rev 77572)
+++ brlcad/branches/extbuild/src/other/ext/proj-4/src/CMakeLists.txt    
2020-10-23 02:17:23 UTC (rev 77573)
@@ -217,12 +217,9 @@
 
 if (BUILD_STATIC_LIBS)
   add_library(proj-static STATIC ${all_srcs} ${hdr_files})
-  if (MSVC)
-    # msvc does not append 'lib' - do it here to have consistent name
-    set_target_properties(proj-static PROPERTIES PREFIX "lib")
-  else (MSVC)
+  if (NOT MSVC)
     set_target_properties(proj-static PROPERTIES OUTPUT_NAME "proj")
-  endif (MSVC)
+  endif (NOT MSVC)
   install(TARGETS proj-static
     RUNTIME DESTINATION ${BIN_DIR}
     LIBRARY DESTINATION ${LIB_DIR}

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