Revision: 12471
http://sourceforge.net/p/plplot/code/12471
Author: airwin
Date: 2013-08-04 17:50:42 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
Insert boiler-plate warning into generated */bp.cmake files that those
files are generated.
Implement use of extra_ignored_dependencies_list (which allows
platforms to selectively ignore certain dependencies).
Modified Paths:
--------------
trunk/cmake/build_projects/template.bp.in
Modified: trunk/cmake/build_projects/template.bp.in
===================================================================
--- trunk/cmake/build_projects/template.bp.in 2013-08-04 17:50:07 UTC (rev 12470)
+++ trunk/cmake/build_projects/template.bp.in 2013-08-04 17:50:42 UTC (rev 12471)
@@ -1,4 +1,11 @@
# @package@/bp.cmake
+# N.B. this file is generated so if you edit it you will lose all your
+# changes the next time it is generated (typically by running
+# either/both the update_added_packages.sh or update_pango_packages.sh
+# scripts). If those scripts do not provide good results, then
+# consider changing their source files (e.g., by editing the files
+# used in those scripts) or add a patch to be run by those scripts).
+
# This file should be included directly or indirectly from a top-level
# CMakeLists.txt file to configure the build of @package@.
@@ -32,7 +39,7 @@
# List of dependencies (most of which are build tools) which should be
# ignored.
-set(BP_ignored_dependencies_LIST @ignored_dependencies_LIST@)
+set(BP_ignored_dependencies_LIST @ignored_dependencies_LIST@ ${extra_ignored_dependencies_list})
set(@package@_dependencies_LIST @dependencies@)
# Remove dependencies that should be ignored.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|