On 2015-10-22 13:30-0400 Brad King wrote:

[...]
Plplot's Ada support uses CMake internal APIs so it is plplot's
responsibility to adapt to our changes:
[...]
Where Plplot currently writes:

 SET(CMAKE_Ada_COMPILE_OBJECT
   "<CMAKE_Ada_COMPILER> <FLAGS> -c <SOURCE> -o <OBJECT>
   ")

try:

 if(NOT CMAKE_VERSION VERSION_LESS 3.4)
   set(CMAKE_Ada_COMPILE_OBJECT
     "<CMAKE_Ada_COMPILER> <INCLUDES> <FLAGS> -c <SOURCE> -o <OBJECT>")
 else()
   set(CMAKE_Ada_COMPILE_OBJECT
     "<CMAKE_Ada_COMPILER> <FLAGS> -c <SOURCE> -o <OBJECT>")
 endif()

To bring this thread to conclusion, Orion implemented Brad's idea for
PLplot's Ada language support (see
<http://sourceforge.net/p/plplot/plplot/ci/5722b1754e384b62a18e20dc45d41785c1b40cbb/>),
and I just did the same thing for PLplot's D language support (see
<http://sourceforge.net/p/plplot/plplot/ci/16fe6dcb1e5acc3284f265af366eccc1b2099bfc>)
with good test results for Ada and D examples for both shared and
static libraries and both CMake-3.3.2 and CMake-3.4.0-rc3.

Thanks, Brad, for your essential help in solving these PLplot Ada and
D issues caused by the internal changes in CMake's language support
infrastructure for CMake-3.4.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to