Revision: 77492
http://sourceforge.net/p/brlcad/code/77492
Author: starseeker
Date: 2020-10-19 04:11:30 +0000 (Mon, 19 Oct 2020)
Log Message:
-----------
Not sure how this will work, but see if we can put the dlls in a subdir.
Modified Paths:
--------------
brlcad/branches/thirdparty_rework/src/superbuild/itcl3/CMakeLists.txt
Modified: brlcad/branches/thirdparty_rework/src/superbuild/itcl3/CMakeLists.txt
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/itcl3/CMakeLists.txt
2020-10-19 04:04:54 UTC (rev 77491)
+++ brlcad/branches/thirdparty_rework/src/superbuild/itcl3/CMakeLists.txt
2020-10-19 04:11:30 UTC (rev 77492)
@@ -189,13 +189,13 @@
target_link_libraries(itcl${ITCL_VERSION} ${M_LIBRARY} ${TCL_STUB_LIBRARY} )
set_property(TARGET itcl${ITCL_VERSION} APPEND PROPERTY COMPILE_DEFINITIONS
USE_TCL_STUBS)
install(TARGETS itcl${ITCL_VERSION}
- RUNTIME DESTINATION ${BIN_DIR}
+ RUNTIME DESTINATION ${BIN_DIR}/itcl${ITCL_VERSION}
LIBRARY DESTINATION ${SHARED_DIR}/itcl${ITCL_VERSION}
ARCHIVE DESTINATION ${LIB_DIR}/itcl${ITCL_VERSION})
add_library(itclstub STATIC ${ITCL_STUB_SRCS})
install(TARGETS itclstub
- RUNTIME DESTINATION ${BIN_DIR}
+ RUNTIME DESTINATION ${BIN_DIR}/itcl${ITCL_VERSION}
LIBRARY DESTINATION ${LIB_DIR}/itcl${ITCL_VERSION}
ARCHIVE DESTINATION ${LIB_DIR}/itcl${ITCL_VERSION})
set_property(TARGET itclstub APPEND PROPERTY COMPILE_DEFINITIONS USE_TCL_STUBS)
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