[CMake] nightly builds with VS projects

Tyler Roscoe tyler at cryptio.net
Thu May 28 12:03:42 EDT 2009


On Thu, May 28, 2009 at 09:45:41AM -0600, Benne, Kyle wrote:
> Is anyone using msbuild to run their nightly builds with Visual Studio
> solutions generated by CMake?  I can't get the tests to run or the
> results uploaded using the command line tool.  It works fine if I
> build the Nightly or Experimental targets from within the IDE.
> Perhaps I am using the wrong approach?  I have tried variations of the
> command line "msbuild my_project.sln /target:Experimental".

We saw problems with msbuild because of issues with absolute vs relative
paths. IIRC msbuild wanted to prepend "C:/" to every path, even though
those paths already started with "C:/".

Not sure if this is what's tripping you, but it's something to check.

tyler


More information about the CMake mailing list