Open harsv opened 7 years ago
Yes it gives CMake Error at caffe2/contrib/CMakeLists.txt:6 (add_subdirectory): add_subdirectory given source "transforms" which is not an existing directory.
I can build latest build by changing the file like harsv said
This appears to be fixed - https://github.com/caffe2/caffe2/blob/master/caffe2/contrib/CMakeLists.txt#L6
In file : caffe2/contrib/CMakeLists.txt add_subdirectory(transforms) should be : add_subdirectory(transform)
This causing 'cmake3' command to fail.