I am getting the following error in Visual Studio 2015 when trying to build the INSTALL project generated by cmake:
CMake Error at Utilities/KWIML/cmake_install.cmake:36 (file):
101> file cannot create directory:
101> C:/VTK/Projects/Master/Release/Libraries/share/licenses/VTK/VTK::kwiml.
101> Maybe need administrative privileges.
Obviously it won’t be able to create a file called “VTK::kwiml”. Does anyone know what may be causing this?
Thanks.