summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step3/MathFunctions
diff options
context:
space:
mode:
authorBjoern Thiel <bthiel@gwdg.de>2013-05-28 09:25:00 (GMT)
committerBrad King <brad.king@kitware.com>2013-05-28 13:26:34 (GMT)
commita2099a8e8d2b97d2a2f91cbc06a4078f7c5b7139 (patch)
tree2f23bea050965778b579aeb9fba94e8ac5485e2e /Tests/Tutorial/Step3/MathFunctions
parenta6c8dcee64407aa885ffdd2ad17ad294ca6aeccc (diff)
downloadCMake-a2099a8e8d2b97d2a2f91cbc06a4078f7c5b7139.zip
CMake-a2099a8e8d2b97d2a2f91cbc06a4078f7c5b7139.tar.gz
CMake-a2099a8e8d2b97d2a2f91cbc06a4078f7c5b7139.tar.bz2
SelectLibraryConfigurations: Fix for cached <base>_LIBRARY
The line set( ${basename}_LIBRARY ) removes the normal variable, but if the corresponding cached variable is present then line list( APPEND ${basename}_LIBRARY optimized "${_libname}" ) uses that and fails. Replace the original line with set( ${basename}_LIBRARY "" ) to set the normal variable to empty instead of unsetting it.
Diffstat (limited to 'Tests/Tutorial/Step3/MathFunctions')
0 files changed, 0 insertions, 0 deletions