From: <ai...@us...> - 2009-09-20 17:56:23
|
Revision: 10437 http://plplot.svn.sourceforge.net/plplot/?rev=10437&view=rev Author: airwin Date: 2009-09-20 17:56:16 +0000 (Sun, 20 Sep 2009) Log Message: ----------- Install soft-landing support for compiler detection/testing. Modified Paths: -------------- trunk/examples/CMakeLists.txt Modified: trunk/examples/CMakeLists.txt =================================================================== --- trunk/examples/CMakeLists.txt 2009-09-20 16:35:40 UTC (rev 10436) +++ trunk/examples/CMakeLists.txt 2009-09-20 17:56:16 UTC (rev 10437) @@ -277,6 +277,12 @@ DESTINATION ${DATA_DIR}/examples/cmake/modules ) + # Install soft-landing support for compiler detection/testing. + install(FILES + ${CMAKE_SOURCE_DIR}/cmake/modules/language_support.cmake + DESTINATION ${DATA_DIR}/examples/cmake/modules + ) + # Install PLplot-specific language support files needed for CMake-based # build of installed examples. # N.B. This list of files must be maintained consistently with the file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |