ERR: Remove debug
This commit is contained in:
parent
72d8bd1e41
commit
1b2f84a727
|
@ -1578,7 +1578,6 @@ void cmLocalUnixMakefileGenerator::OutputDependLibs(std::ostream& fout)
|
||||||
if(cacheValue && *cacheValue &&
|
if(cacheValue && *cacheValue &&
|
||||||
(!this->SamePath(m_Makefile->GetCurrentOutputDirectory(), cacheValue)))
|
(!this->SamePath(m_Makefile->GetCurrentOutputDirectory(), cacheValue)))
|
||||||
{
|
{
|
||||||
std::cout << "Cache Value: " << cacheValue << std::endl;
|
|
||||||
// add the correct extension
|
// add the correct extension
|
||||||
std::string ltname = *lib+"_LIBRARY_TYPE";
|
std::string ltname = *lib+"_LIBRARY_TYPE";
|
||||||
const char* libType
|
const char* libType
|
||||||
|
|
Loading…
Reference in New Issue