-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 version error on Windows #755
Comments
I think cmake is not on path. You can check this by just typing cmake from AirSim folder. If you get |
Thak you for your reply. This is the output when i type cmake from airsim folder. More Information here. Actually I have a urgency for drone training. Please show me a way to get out of this. |
Not really sure but it is certainly working with cmake 3.10.2, you might want to try installing that, also it is the version mentioned in check_cmake.bat , link https://cmake.org/files/v3.10/cmake-3.10.2-win64-x64.msi |
I have the same problem! 'cmake was not found in path.' |
Check out the temporary solution which would work over here. |
Did you restarted command prompt after cmake install? Change in Path environment variable doesn't take effect until you restart app. |
What is said above is not wrong and has to be done, but it is not an answer to the question asked. The problem here is not CMake, the problem is the Find command in this line: In the cmd prompt, type:
The find.exe of System32 has to come first. To do that, make sure that PATH of your System Environment Variable has cygwin64 paths at the end. Once that your ouput is like that, it will work.
p.s: Cygwin64 was only used as an example, the second find.exe could come from another source |
Hi But its better to try where Cmake in command promt here you can go to Environment Variables and make sure in user and system variable the position of C:\Program Files\CMake\bin\cmake.exe is above C:\cygwin64\bin\cmake.exe It worked for me. |
I am having the same issue with VS 2019. Can anyone please let me know if they were able to solve it? |
I have installed Unreal which is working fine.
Windows 10 , Visulal Studio 2015 , Python 3.6.
Now , when I am running build.cmd(tried both with cmd VS cmd)
cmake 3.9 is properly installed and the path is properly set. What is going wrong.?
Error: find: 'cmake version': No such file or directory Newer AirSim requires cmake verion " 3. 9" but you have " . " which is older. Press any key to download and install cmake (make sure to add it in path in install options)
The text was updated successfully, but these errors were encountered: