From: <sm...@us...> - 2009-05-02 11:31:36
|
Revision: 9880 http://plplot.svn.sourceforge.net/plplot/?rev=9880&view=rev Author: smekal Date: 2009-05-02 11:31:27 +0000 (Sat, 02 May 2009) Log Message: ----------- Subdirectory d was included two times. Removed one occurence. Modified Paths: -------------- trunk/examples/CMakeLists.txt Modified: trunk/examples/CMakeLists.txt =================================================================== --- trunk/examples/CMakeLists.txt 2009-05-02 06:17:06 UTC (rev 9879) +++ trunk/examples/CMakeLists.txt 2009-05-02 11:31:27 UTC (rev 9880) @@ -91,9 +91,6 @@ if(ENABLE_lua) add_subdirectory(lua) endif(ENABLE_lua) -if(ENABLE_d) - add_subdirectory(d) -endif(ENABLE_d) # Configure Makefile.examples with some specific variables This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |