Revision: 77645
          http://sourceforge.net/p/brlcad/code/77645
Author:   starseeker
Date:     2020-10-24 21:34:31 +0000 (Sat, 24 Oct 2020)
Log Message:
-----------
Not sure yet, but need to think about DLL import/export and whether the 
imported targets need to have any properties set.

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

Modified: 
brlcad/branches/extbuild/src/other/ext/CMake/ExternalProject_Target.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/CMake/ExternalProject_Target.cmake   
2020-10-24 21:28:24 UTC (rev 77644)
+++ brlcad/branches/extbuild/src/other/ext/CMake/ExternalProject_Target.cmake   
2020-10-24 21:34:31 UTC (rev 77645)
@@ -145,6 +145,10 @@
 
   else(NOT CMAKE_CONFIGURATION_TYPES)
 
+    # TODO - see if we need to set any DLL import/export information onto these
+    # targets to replace information previously passed in the CMake build 
targets
+    # on Windows...
+
     # If no config is set for multiconfig, default to Debug
     set_target_properties(${etarg} PROPERTIES
       IMPORTED_NO_SONAME TRUE

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