VST 3.7.13 CMake issue

I downloaded 3.7.13 and on Windows, there is a CMake issue that makes it unusable. I keep on getting this message over and over.

CMake is re-running because D:/Work/jamba/build/vst3sdk/CMakeFiles/generate.stamp is out-of-date.
  the file 'C:/Users/Public/Documents/Steinberg/VST_SDK.3.7.13/CMakeLists.txt'
  is newer than 'D:/Work/jamba/build/vst3sdk/CMakeFiles/generate.stamp.depend'
  result='-1'

Simply running the clean target on my project results in this message 3 times, and since everytime it takes 2.5s to re-run the configuration, it has become unusable.

There is no such issue on macOS… There was no such issue with 3.7.12

For some reason, the files are in the future (after extracting them on Windows): it is 10am here…

I suspect this is the issue… I guess I will wait until tomorrow and try again. Hopefully that will fix the problem. I will report back.

I wanted to confirm that the problem was indeed dates in the future. Now everything works fine. Unclear why on Windows there were dates in the future, but now it’s resolved.

As a side note I have released Jamba 7.2.0 with support for VST 3.7.13

2 Likes