-
Notifications
You must be signed in to change notification settings - Fork 812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake Error: Unknown argument --config #36
Comments
Same problem |
In the /CppND-Route-Planning-Project/thirdparty/
This worked for me. |
Nice! Thanks yyccphus, i will try it. |
It looks like a bit overhead if you try to use this with ExternalProject_Add |
Hi, And
Can someone help please? |
could someone manage to build this io2d stuff ? :) |
Hello,
Please note that I am using VSCODE in Ubuntu-20.04.
|
Hie everyone,
I trying to install the environment on my machine (Mac, Big Sur) to do the project.
I followed the steps from here: https://github.com/udacity/CppND-Route-Planning-Project/blob/master/README.md
All run okay. But by installing IO2D,
I get this error when I try:
cmake -G "Xcode" --config Debug "-DCMAKE_BUILD_TYPE=Debug" ../.
CMake Error: Unknown argument --config
CMake Error: Run 'cmake --help' for all supported options.
My Cmake version is 3.20, my make version is 4.3. Can anyone help me?
Thanks! :)
The text was updated successfully, but these errors were encountered: