mirror of
https://github.com/reactos/CMake.git
synced 2025-02-02 18:12:52 +00:00
BUG: An empty configuration name is equivalent to no configuration.
This commit is contained in:
parent
c25d2bfdd2
commit
51fe906ab7
@ -1222,7 +1222,7 @@ void cmTarget::SetProperty(const char* prop, const char* value)
|
||||
|
||||
const char* cmTarget::GetDirectory(const char* config, bool implib)
|
||||
{
|
||||
if(config)
|
||||
if(config && *config)
|
||||
{
|
||||
this->Directory = this->GetOutputDir(implib);
|
||||
// Add the configuration's subdirectory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user