diff options
| author | Stephen Kelly <steveire@gmail.com> | 2013-05-30 11:42:47 (GMT) |
|---|---|---|
| committer | Stephen Kelly <steveire@gmail.com> | 2013-05-30 11:50:37 (GMT) |
| commit | e5375442ff20fde45e70de318c5aa2f1e4bb190a (patch) | |
| tree | a09e6f32c27d9a9e0b4fe7aefa79cc0969a01a2f /Tests/Tutorial/Step6/MathFunctions | |
| parent | e65ef08bf2719ffd1cc4226f9594ff7127ad8b5e (diff) | |
| download | CMake-e5375442ff20fde45e70de318c5aa2f1e4bb190a.zip CMake-e5375442ff20fde45e70de318c5aa2f1e4bb190a.tar.gz CMake-e5375442ff20fde45e70de318c5aa2f1e4bb190a.tar.bz2 | |
try_compile: Trim whitespace from LINK_LIBRARIES entries
Commit e65ef08b (try_compile: Fix quoting of libraries in generated
CMakeLists.txt, 2013-05-24) added quoting to entries specified in
the LINK_LIBRARIES. However, if the input entries contain whitespace
padding, that quoted whitespace causes an error in the generated
CMakeLists.txt at target_link_libraries.
Strictly, it is an error to have space separated entries in the
CMAKE_REQUIRED_LIBRARIES, as it was never properly handled by
CMakeExpandImportedTargets even prior to commit 236133e7 (Handle
targets in the LINK_LIBRARIES of try_compile., 2013-02-09). However,
it is causing a regression in KDE code which tests the next branch.
Diffstat (limited to 'Tests/Tutorial/Step6/MathFunctions')
0 files changed, 0 insertions, 0 deletions
