Revision: 45807
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45807&view=rev
Author:   starseeker
Date:     2011-08-07 03:05:56 +0000 (Sun, 07 Aug 2011)

Log Message:
-----------
Whoops.  Helps to spell things correctly.

Modified Paths:
--------------
    brlcad/trunk/src/other/tk/CMakeLists.txt

Modified: brlcad/trunk/src/other/tk/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/tk/CMakeLists.txt    2011-08-06 02:57:27 UTC (rev 
45806)
+++ brlcad/trunk/src/other/tk/CMakeLists.txt    2011-08-07 03:05:56 UTC (rev 
45807)
@@ -593,7 +593,7 @@
 add_library(tkstub STATIC ${TK_STUB_SRCS} ${TTK_STUB_SRCS})
 SET_TARGET_PROPERTIES(tkstub PROPERTIES COMPILE_FLAGS "-fPIC")
 install(TARGETS tkstub DESTINATION ${LIB_DIR})
-SET_PROPERTY(TARGET tkstub APPEND PROPERTY COMPILE_DEFINITOINS USE_TCL_STUBS)
+SET_PROPERTY(TARGET tkstub APPEND PROPERTY COMPILE_DEFINITIONS USE_TCL_STUBS)
 
 add_library(tk ${TK_SRCS})
 IF(WIN32)
@@ -603,7 +603,7 @@
 ENDIF(WIN32)
 install(TARGETS tk DESTINATION ${LIB_DIR})
 SET_TARGET_PROPERTIES(tk PROPERTIES VERSION ${TK_VERSION} SOVERSION 
${TK_VERSION_MAJOR}.${TK_VERSION_MINOR})
-SET_PROPERTY(TARGET tk APPEND PROPERTY COMPILE_DEFINITOINS USE_TCL_STUBS)
+SET_PROPERTY(TARGET tk APPEND PROPERTY COMPILE_DEFINITIONS USE_TCL_STUBS)
 
 GET_TARGET_PROPERTY(TK_LIBLOCATION tk LOCATION_${CMAKE_BUILD_TYPE})
 GET_FILENAME_COMPONENT(TK_LIBNAME ${TK_LIBLOCATION} NAME)


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

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to