Hi, I want to install OMPL plugin for vrep. Based on guidelines I have successfully done these lines of codes:
$ git clone --recursive https://github.com/CoppeliaRobotics/v_repExtOMPL.git
$ cd v_repExtOMPL
However, when I run this line:
$ cmake .
It gave me that error. I have attached the log file and the screenshot of the error. Please, can you help me? Thank you very much. By the way, I use VS2017(Version 15.9).
CMakeOutput.log
A related question can be found here: link to stackoverflow
If you have the MSBuild.exe in the right location, try dedicated prompts e.g., Visual Studio Command Prompt for running cmake.
Hi, I want to install OMPL plugin for vrep. Based on guidelines I have successfully done these lines of codes: $ git clone --recursive https://github.com/CoppeliaRobotics/v_repExtOMPL.git $ cd v_repExtOMPL However, when I run this line: $ cmake . It gave me that error. I have attached the log file and the screenshot of the error. Please, can you help me? Thank you very much. By the way, I use VS2017(Version 15.9). CMakeOutput.log