|
From: <ai...@us...> - 2009-07-26 23:12:32
|
Revision: 10180
http://plplot.svn.sourceforge.net/plplot/?rev=10180&view=rev
Author: airwin
Date: 2009-07-26 23:12:07 +0000 (Sun, 26 Jul 2009)
Log Message:
-----------
Identify the build system for the installed examples by setting
BUILD_TEST ON and CORE_BUILD OFF. In the core build system the former
can be OFF or ON at user option, and the latter is always ON.
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 2009-07-26 23:07:32 UTC (rev 10179)
+++ trunk/examples/plplot_configure.cmake_installed_examples.in 2009-07-26 23:12:07 UTC (rev 10180)
@@ -1,6 +1,9 @@
# -*- mode: cmake -*-
# This file used to configure CMake variables that are used to build the
# installed examples.
+# Identify that this is the build system for the installed examples.
+set(BUILD_TEST ON)
+set(CORE_BUILD OFF)
# =======================================================================
# pkg-config support as well as macros to put link flags in standard
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|