mbrucher / AudioTK

An audio digital processing toolbox based on a workflow/pipeline principle
https://github.com/AudioTK/AudioTK
BSD 3-Clause "New" or "Revised" License
251 stars 37 forks source link

Can you build w/o Git for Visual Studio 2013? #1

Closed mavavilj closed 8 years ago

mavavilj commented 8 years ago

Trying to build for VS 2013 and CMake gives me the following CMake error when configuring:

Could NOT find Git (missing GIT_EXECUTABLE).

Is this some sort of online build?

mbrucher commented 8 years ago

I'm so used to having my own repository that I forgot this case... OK, to make it work, you can comment the FIND(Git REQUIRED) line in the CMAkeLists.txt as well as the line with GIT_WC_INFO(${PROJECT_SOURCE_DIR} ATK) I may end up removing this entirely, I wanted to use it for some versioning info, but never actually implemented it...

mbrucher commented 8 years ago

Should now be good on the develop branch.