I tried to build OpenCV with sfm module, following this tutorial:
My operating system is Windows 7 without admin permission.
First I downloaded Eigen, then I managed to build the glog library, after that the gflag, suitespase and metis and finally the ceres solver library. After building the ceres solver, there is no Folder C:\Programs\ceres, which is specified as cmake_prefix_install path. The ceresconfig.cmake file is missing also.
My question is: Should both the folder and .cmake file be there? Or is the ceres_dir OpenCV , a completely different folder?