Revision: 77494
http://sourceforge.net/p/brlcad/code/77494
Author: starseeker
Date: 2020-10-19 04:34:57 +0000 (Mon, 19 Oct 2020)
Log Message:
-----------
Fix variable
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:21:49 UTC (rev 77493)
+++ brlcad/branches/thirdparty_rework/src/superbuild/itcl3/CMakeLists.txt
2020-10-19 04:34:57 UTC (rev 77494)
@@ -205,7 +205,7 @@
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/pkgIndex.tcl"
CONTENT "
if {![package vsatisfies [package provide Tcl] ${TCL_VERSION}]} {return}
-package ifneeded Itcl ${ITCL_VERSION} [list load [file join $dir
../../${SHARED_LIB}/itcl${ITCL_VERSION}
$<TARGET_FILE_NAME:itcl${ITCL_VERSION}>] Itcl]
+package ifneeded Itcl ${ITCL_VERSION} [list load [file join $dir
../../${SHARED_DIR}/itcl${ITCL_VERSION}
$<TARGET_FILE_NAME:itcl${ITCL_VERSION}>] Itcl]
")
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgIndex.tcl DESTINATION
${LIB_DIR}/itcl${ITCL_VERSION})
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