the install project fails miserably because of hardcoded CMake paths. When I fixed the path in the project file,and build it again, the post-build cmake install itself fails with
Make Error at cmake_install.cmake:31 (file):
10> file cannot create directory: C:/Users/ocv_install/include/opencv2. Maybe
10> need administrative privileges.
even if I set CMAKE_INSTALL_PREFIX to an actual path, it still fails as above.
ETA: using the prebuilt solutions and projects for x64
the install project fails miserably because of hardcoded CMake paths. When I fixed the path in the project file,and build it again, the post-build cmake install itself fails with
even if I set CMAKE_INSTALL_PREFIX to an actual path, it still fails as above. ETA: using the prebuilt solutions and projects for x64