diff options
| author | Daniele E. Domenichelli <daniele.domenichelli@iit.it> | 2013-11-13 08:02:56 (GMT) |
|---|---|---|
| committer | Brad King <brad.king@kitware.com> | 2013-11-13 15:15:56 (GMT) |
| commit | bc280f1c8108809abed700c2fe039340bb9ae1c0 (patch) | |
| tree | c2ee36457200ed92ed63f444369498c2dd8f8243 /Tests/Module/GenerateExportHeader/exportheader_test.cpp | |
| parent | 20afbd5e037a0ccfa55af8564ed8cd3ec2430540 (diff) | |
| download | CMake-bc280f1c8108809abed700c2fe039340bb9ae1c0.zip CMake-bc280f1c8108809abed700c2fe039340bb9ae1c0.tar.gz CMake-bc280f1c8108809abed700c2fe039340bb9ae1c0.tar.bz2 | |
set: Fix handling of empty value with PARENT_SCOPE
Just as
set(VAR "")
sets VAR to an empty string in the current scope, the code
set(VAR "" PARENT_SCOPE)
is documented to set the variable to an empty string in the parent
scope. Fix the implementation to make it so.
Diffstat (limited to 'Tests/Module/GenerateExportHeader/exportheader_test.cpp')
0 files changed, 0 insertions, 0 deletions
