|
From: <ai...@us...> - 2011-01-25 22:56:18
|
Revision: 11496
http://plplot.svn.sourceforge.net/plplot/?rev=11496&view=rev
Author: airwin
Date: 2011-01-25 22:56:11 +0000 (Tue, 25 Jan 2011)
Log Message:
-----------
Enable the generate_plplot_h.inc target by default since that target is
only run at user option in any case.
Modified Paths:
--------------
trunk/cmake/modules/ocaml.cmake
Modified: trunk/cmake/modules/ocaml.cmake
===================================================================
--- trunk/cmake/modules/ocaml.cmake 2011-01-20 07:47:24 UTC (rev 11495)
+++ trunk/cmake/modules/ocaml.cmake 2011-01-25 22:56:11 UTC (rev 11496)
@@ -128,7 +128,7 @@
endif(ENABLE_ocaml)
if(ENABLE_ocaml)
- option(GENERATE_PLPLOT_H_INC "Generate generated_plplot_h.inc" OFF)
+ option(GENERATE_PLPLOT_H_INC "Generate generated_plplot_h.inc" ON)
if(GENERATE_PLPLOT_H_INC)
find_program(OCAML ocaml)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|