summaryrefslogtreecommitdiffstats
path: root/Tests/Tutorial/Step3/MathFunctions/MathFunctions.h
diff options
context:
space:
mode:
authorBjoern Thiel <bthiel@gwdg.de>2013-05-28 09:25:00 (GMT)
committerBrad King <brad.king@kitware.com>2013-07-02 12:21:16 (GMT)
commitc4bcc56156596174ee510c1986b6003f2d84bebf (patch)
tree243f6d8f40ef80b324dcb2b284db5e57c6fa2eca /Tests/Tutorial/Step3/MathFunctions/MathFunctions.h
parent5dd8c01429da90a7417b72f17e784cc98f70f57c (diff)
downloadCMake-c4bcc56156596174ee510c1986b6003f2d84bebf.zip
CMake-c4bcc56156596174ee510c1986b6003f2d84bebf.tar.gz
CMake-c4bcc56156596174ee510c1986b6003f2d84bebf.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/MathFunctions.h')
0 files changed, 0 insertions, 0 deletions