mirror of
https://github.com/reactos/CMake.git
synced 2024-12-18 00:57:37 +00:00
ENH: removed TARGET_DIR_PREFIX support
This commit is contained in:
parent
fa3120a4a5
commit
0b69b892ed
@ -1436,11 +1436,6 @@ void cmLocalVisualStudio7Generator::ConfigureFinalPass()
|
|||||||
std::string cmLocalVisualStudio7Generator::GetTargetDirectory(cmTarget& target)
|
std::string cmLocalVisualStudio7Generator::GetTargetDirectory(cmTarget& target)
|
||||||
{
|
{
|
||||||
std::string dir;
|
std::string dir;
|
||||||
// Put a prefix on the name if one is given by the CMake code.
|
|
||||||
if(const char* prefix = m_Makefile->GetDefinition("CMAKE_TARGET_DIR_PREFIX"))
|
|
||||||
{
|
|
||||||
dir = prefix;
|
|
||||||
}
|
|
||||||
dir += target.GetName();
|
dir += target.GetName();
|
||||||
dir += ".dir";
|
dir += ".dir";
|
||||||
return dir;
|
return dir;
|
||||||
|
Loading…
Reference in New Issue
Block a user