Revision: 77642
http://sourceforge.net/p/brlcad/code/77642
Author: starseeker
Date: 2020-10-24 20:43:16 +0000 (Sat, 24 Oct 2020)
Log Message:
-----------
This shouldn't be NOCONFIG either - remove to match other logic.
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 17:32:57 UTC (rev 77641)
+++ brlcad/branches/extbuild/src/other/ext/CMake/ExternalProject_Target.cmake
2020-10-24 20:43:16 UTC (rev 77642)
@@ -139,7 +139,7 @@
string(REPLACE "${CMAKE_SHARED_LIBRARY_SUFFIX}" ".lib" IMPLIB_FILE
"${LINK_TARGET}")
string(REPLACE "${SHARED_DIR}" "${LIB_DIR}" REL_DIR "${REL_DIR}")
set_target_properties(${etarg} PROPERTIES
- IMPORTED_IMPLIB_NOCONFIG "${CMAKE_BINARY_DIR}/${REL_DIR}/${IMPLIB_FILE}"
+ IMPORTED_IMPLIB "${CMAKE_BINARY_DIR}/${REL_DIR}/${IMPLIB_FILE}"
)
endif(ET_SHARED AND MSVC)
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