Revision: 77496
          http://sourceforge.net/p/brlcad/code/77496
Author:   starseeker
Date:     2020-10-19 13:59:23 +0000 (Mon, 19 Oct 2020)
Log Message:
-----------
Try specifying configurations on the target (MSVC isn't finding the right thing 
to link for zlib building openNURBS, and I'm not sure yet why...

Modified Paths:
--------------
    
brlcad/branches/thirdparty_rework/src/superbuild/CMake/ExternalProject_Target.cmake

Modified: 
brlcad/branches/thirdparty_rework/src/superbuild/CMake/ExternalProject_Target.cmake
===================================================================
--- 
brlcad/branches/thirdparty_rework/src/superbuild/CMake/ExternalProject_Target.cmake
 2020-10-19 13:07:44 UTC (rev 77495)
+++ 
brlcad/branches/thirdparty_rework/src/superbuild/CMake/ExternalProject_Target.cmake
 2020-10-19 13:59:23 UTC (rev 77496)
@@ -171,6 +171,7 @@
 
       # If we're multiconfig, define properties for each configuration
       set_target_properties(${etarg} PROPERTIES
+       IMPORTED_CONFIGURATIONS "${CMAKE_CONFIGURATION_TYPES}"
        IMPORTED_NO_SONAME_${CFG_TYPE_UPPER} TRUE
        IMPORTED_LOCATION_${CFG_TYPE_UPPER} 
"${CMAKE_BINARY_DIR}/${CFG_TYPE}/${REL_DIR}/${LINK_TARGET}"
        IMPORTED_SONAME_${CFG_TYPE_UPPER} "${LINK_TARGET}"

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