mixxxdj / buildserver

Tools for managing the Mixxx build server and build VMs.
12 stars 23 forks source link

Remove unecessary invocations of CMake #3

Closed default-kramer closed 7 years ago

default-kramer commented 9 years ago

I just built Mixxx from scratch on a fresh Win7 machine with these changes and everything worked.

navhaxs commented 9 years ago

This works for me too on Windows 8.1, everything compiles fine.

rryan commented 8 years ago

thanks a lot @default-kramer -- I'm upgrading taglib to 1.10 and in the process used -DCMAKE_SUPPRESS_REGENERATION=1 which I think removed these cmake invocations. Hopefully I can take a look at re-generating chromaprint too.

rryan commented 7 years ago

Thanks again for the PR -- this is quite out of date now and we've gone with the build environment running cmake for these jobs every time you build instead of creating solutions and checking them in.