|
From: <ai...@us...> - 2013-07-20 22:04:16
|
Revision: 12435
http://sourceforge.net/p/plplot/code/12435
Author: airwin
Date: 2013-07-20 22:04:11 +0000 (Sat, 20 Jul 2013)
Log Message:
-----------
Update internals to be consistent with new libffi name of build
configuration.
Modified Paths:
--------------
trunk/cmake/build_projects/libffi/bp.cmake
Modified: trunk/cmake/build_projects/libffi/bp.cmake
===================================================================
--- trunk/cmake/build_projects/libffi/bp.cmake 2013-07-20 22:01:12 UTC (rev 12434)
+++ trunk/cmake/build_projects/libffi/bp.cmake 2013-07-20 22:04:11 UTC (rev 12435)
@@ -1,6 +1,6 @@
-# ffi/bp.cmake
+# libffi/bp.cmake
# This file should be included directly or indirectly from a top-level
-# CMakeLists.txt file to configure the build of ffi.
+# CMakeLists.txt file to configure the build of libffi.
# Copyright (C) 2013 Alan W. Irwin
@@ -24,7 +24,7 @@
# used below that configure how the External_Project functions
# operate.
-set(BP_PACKAGE ffi)
+set(BP_PACKAGE libffi)
# Protect against configuring a build twice in one CMake call
if(${BP_PACKAGE}_configured)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|