From: <le...@us...> - 2004-03-10 13:08:41
|
Update of /cvsroot/rtk/rtk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18156 Modified Files: CMakeLists.txt Log Message: Now Thread and Mutex are properly archived into librtk.a static library. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/rtk/rtk/CMakeLists.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** CMakeLists.txt 9 Mar 2004 20:41:37 -0000 1.12 --- CMakeLists.txt 10 Mar 2004 12:42:46 -0000 1.13 *************** *** 40,47 **** # Variables # ! SET(LIBRARY_OUTPUT_PATH ${RTK_SOURCE_DIR}/lib) ## # Various build options #################################################################### --- 40,49 ---- # Variables # ! SET(LIBRARY_OUTPUT_PATH "${RTK_SOURCE_DIR}/lib") ## # Various build options + # Note: These options are set through CMAKE UI! Simply run: + # make edit_cache #################################################################### |