[CMake] Files not in build dir anymore?

Bill Hoffman bill.hoffman at kitware.com
Sat Dec 9 09:11:05 EST 2006


Eric Noulard wrote:
>
> In this later case the build files ARE generated where they should be !!
> I think you may file a bug report unless some CMake developpers explain
> us this implementation choice?
>
>
Looks like this is sort of intended...

   if(argIsFile)
      {
      // Source CMakeLists.txt file given.  It was probably dropped
      // onto the executable in a GUI.  Default to an in-source build.
      this->SetHomeOutputDirectory(listPath.c_str());
      this->SetStartOutputDirectory(listPath.c_str());



-Bill



More information about the CMake mailing list