Open
Description
I installed omplapp on Windows via vcpkg successfully, and I saw a blog saying that I should enter the ompl directory, open the command line, and execute the following command:(https://www.shuzhiduo.com/A/Gkz1MO3GzR/)
mkdir build
cd build
cmake -G"Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="my_vckg_path\scripts\buildsystems\vcpkg.cmake" -DOMPL_REGISTRATION=OFF ..
I was wondering is this step necessary? Because after I ran the commands, I received erros like this:
CMake Warning:
Ignoring extra path from command line:
".."
CMake Error: The source directory "D:/Code/Cpp/vcpkg-master/buildtrees/omplapp" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
I found the omplapp package on my computer is quite different from here, seeing at the screenshot:
Could anyone explain this? Thanks!
Metadata
Metadata
Assignees
Labels
No labels