Browse Source

ERR: Removed a conflict that was checked in.

Brad King 25 years ago
parent
commit
73644c3acd
1 changed files with 0 additions and 9 deletions
  1. 0 9
      Source/cmMakefile.h

+ 0 - 9
Source/cmMakefile.h

@@ -241,16 +241,7 @@ public:
     {
     return m_cmHomeDirectory.c_str();
     }
-<<<<<<< cmMakefile.h
-  void SetHomeOutputDirectory(const char* lib)
-    {
-    m_HomeOutputDirectory = lib;
-    cmSystemTools::ConvertToUnixSlashes(m_HomeOutputDirectory);
-    this->AddDefinition("CMAKE_BINARY_DIR", this->GetHomeOutputDirectory());
-    }
-=======
   void SetHomeOutputDirectory(const char* lib);
->>>>>>> 1.31
   const char* GetHomeOutputDirectory() const
     {
     return m_HomeOutputDirectory.c_str();