Revision: 44603
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44603&view=rev
Author:   starseeker
Date:     2011-05-10 19:25:36 +0000 (Tue, 10 May 2011)

Log Message:
-----------
Restore in-build-tree pkgIndex.tcl setup for isst.

Modified Paths:
--------------
    brlcad/trunk/src/adrt/CMakeLists.txt

Modified: brlcad/trunk/src/adrt/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/adrt/CMakeLists.txt        2011-05-10 19:16:49 UTC (rev 
44602)
+++ brlcad/trunk/src/adrt/CMakeLists.txt        2011-05-10 19:25:36 UTC (rev 
44603)
@@ -89,7 +89,7 @@
        GET_FILENAME_COMPONENT(ISSTTCL_LIBNAME ${ISSTTCL_LIBLOCATION} NAME)
        FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/pkgIndex.tcl "package ifneeded 
isst      0.1 [list load [file join $dir .. .. ${LIB_DIR} isst0.1 
${ISSTTCL_LIBNAME}]]")
        install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgIndex.tcl DESTINATION 
lib/isst0.1)
-       FILE(WRITE ${CMAKE_BINARY_DIR}/lib/isst0.1/pkgIndex.tcl "package 
ifneeded isst 0.1 [list load [file join $dir ${ISSTTCL_LIBLOCATION} isst0.1 
${ISSTTCL_LIBNAME}] isst]")
+       FILE(WRITE ${CMAKE_BINARY_DIR}/lib/isst0.1/pkgIndex.tcl "package 
ifneeded isst 0.1 [list load [file join $dir ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} 
${ISSTTCL_LIBNAME}] isst]")     
        # TODO - need to make this configure line into a real target ala
        # BRLCAD_ADDDATA in order for the build dir copy to be updated when it
    # is changed.       


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to