Hi all, I need some help in installing CASTor and operate it. I have installed the CASTor, Cmake and Visual Studio.
These are the steps mentioned in the documentation:
If you use windows console, be sure that the path of visual studio and the directory which will
contain the CASToR executable is correctly set in the windows environment.
2. In the same console, open cmake (cmake-gui). Locate the source code and the directory where
you want to build the binaries. Then configure the compilation using the following CMake
variables:
Anyway, I’m stuck here, as when I open cmake, I put in the source code location (CASTor folder) and where to build the binary (Cmake folder). When I click Configure, I get these error. Please let me know what should I do next and the following steps to use CASTor.
Error:
CMake Deprecation Warning at CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a … suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Error at CMakeLists.txt:18 (project):
Generator
Visual Studio 17 2022
could not find any instance of Visual Studio.
Configuring incomplete, errors occurred!
Please assist me on this, thank you.