You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 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/)
I was wondering is this step necessary? Because after I ran the commands, I received erros like this:
I found the omplapp package on my computer is quite different from here, seeing at the screenshot:
Could anyone explain this? Thanks!
The text was updated successfully, but these errors were encountered: