diff options
author | Brad King <brad.king@kitware.com> | 2009-07-08 18:33:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-07-08 18:33:08 (GMT) |
commit | 99e432508eabcfd5ce42ffd9a88029332d178cc2 (patch) | |
tree | cbfb570c3e23b3de0fbb441fac27b951d9874e81 /CTestCustom.cmake.in | |
parent | 173448d9886deccb7cadd4fd0ffeaa236fa66e49 (diff) | |
download | CMake-99e432508eabcfd5ce42ffd9a88029332d178cc2.zip CMake-99e432508eabcfd5ce42ffd9a88029332d178cc2.tar.gz CMake-99e432508eabcfd5ce42ffd9a88029332d178cc2.tar.bz2 |
BUG: Use link language for target name computation
The commit "Do not compute link language for LOCATION" was wrong. The
variables
CMAKE_STATIC_LIBRARY_PREFIX_Java
CMAKE_STATIC_LIBRARY_SUFFIX_Java
are used for building Java .jar files. This commit re-enables the
feature and documents the variables:
CMAKE_EXECUTABLE_SUFFIX_<LANG>
CMAKE_IMPORT_LIBRARY_PREFIX_<LANG>
CMAKE_IMPORT_LIBRARY_SUFFIX_<LANG>
CMAKE_SHARED_LIBRARY_PREFIX_<LANG>
CMAKE_SHARED_LIBRARY_SUFFIX_<LANG>
CMAKE_SHARED_MODULE_PREFIX_<LANG>
CMAKE_SHARED_MODULE_SUFFIX_<LANG>
CMAKE_STATIC_LIBRARY_PREFIX_<LANG>
CMAKE_STATIC_LIBRARY_SUFFIX_<LANG>
Instead of making separate, repetitive entries for the _<LANG> variable
documentation, we just mention the per-language name in the text of the
platform-wide variable documentation. Internally we keep undocumented
definitions of these properties to satisfy CMAKE_STRICT mode.
Diffstat (limited to 'CTestCustom.cmake.in')
0 files changed, 0 insertions, 0 deletions