|
From: <ai...@us...> - 2011-03-19 18:39:10
|
Revision: 11651
http://plplot.svn.sourceforge.net/plplot/?rev=11651&view=rev
Author: airwin
Date: 2011-03-19 18:39:03 +0000 (Sat, 19 Mar 2011)
Log Message:
-----------
Propagate F77_INCLUDE_DIR to installed examples build system so that
f77 examples will build correctly.
Modified Paths:
--------------
trunk/examples/plplot_configure.cmake_installed_examples.in
Modified: trunk/examples/plplot_configure.cmake_installed_examples.in
===================================================================
--- trunk/examples/plplot_configure.cmake_installed_examples.in 2011-03-19 17:01:14 UTC (rev 11650)
+++ trunk/examples/plplot_configure.cmake_installed_examples.in 2011-03-19 18:39:03 UTC (rev 11651)
@@ -103,11 +103,13 @@
set(ADA_LIB_DIR "@ADA_LIB_DIR@")
endif(ENABLE_ada)
-if(ENABLE_f77 OR ENABLE_f95)
+if(ENABLE_f77)
set(STATIC_OPTS @STATIC_OPTS@)
-endif(ENABLE_f77 OR ENABLE_f95)
+ set(F77_INCLUDE_DIR @F77_INCLUDE_DIR@)
+endif(ENABLE_f77)
if(ENABLE_f95)
+ set(STATIC_OPTS @STATIC_OPTS@)
set(F95_MOD_DIR "@F95_MOD_DIR@")
endif(ENABLE_f95)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|