From: <ai...@us...> - 2013-07-10 04:32:15
|
Revision: 12412 http://sourceforge.net/p/plplot/code/12412 Author: airwin Date: 2013-07-10 04:32:13 +0000 (Wed, 10 Jul 2013) Log Message: ----------- Propagate WIN32_AND_NOT_CYGWIN and WIN32_OR_CYGWIN to the installed examples build system. 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 2013-07-09 21:32:02 UTC (rev 12411) +++ trunk/examples/plplot_configure.cmake_installed_examples.in 2013-07-10 04:32:13 UTC (rev 12412) @@ -230,4 +230,8 @@ set(CMP_EXECUTABLE @CMP_EXECUTABLE@) # ocaml examples build needs this. -set(USE_RPATH @USE_RPATH@) \ No newline at end of file +set(USE_RPATH @USE_RPATH@) + +# WIN32 and CYGWIN derived variables +set(WIN32_AND_NOT_CYGWIN @WIN32_AND_NOT_CYGWIN@) +set(WIN32_OR_CYGWIN @WIN32_OR_CYGWIN@) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |