|
From: <ai...@us...> - 2008-08-20 23:55:44
|
Revision: 8693
http://plplot.svn.sourceforge.net/plplot/?rev=8693&view=rev
Author: airwin
Date: 2008-08-20 23:55:53 +0000 (Wed, 20 Aug 2008)
Log Message:
-----------
Revert
Make itcl headers accessible to plserver for the ENABLE_itcl case.
Make itk headers accessible to plserver for the ENABLE_itk case.
part of previous commit. It turns out plserver doesn't directly access itcl
or itk so there was no need for these changes that have now been reverted.
Modified Paths:
--------------
trunk/bindings/tk/CMakeLists.txt
Modified: trunk/bindings/tk/CMakeLists.txt
===================================================================
--- trunk/bindings/tk/CMakeLists.txt 2008-08-20 23:34:28 UTC (rev 8692)
+++ trunk/bindings/tk/CMakeLists.txt 2008-08-20 23:55:53 UTC (rev 8693)
@@ -95,14 +95,6 @@
${CMAKE_BINARY_DIR}/include
)
- if(ENABLE_itcl)
- include_directories(${ITCL_INCLUDE_PATH})
- endif(ENABLE_itcl)
-
- if(ENABLE_itk)
- include_directories(${ITK_INCLUDE_PATH})
- endif(ENABLE_itk)
-
add_executable(plserver plserver.c)
target_link_libraries(plserver plplot${LIB_TAG} plplottcltk${LIB_TAG})
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|