-
Notifications
You must be signed in to change notification settings - Fork 48
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 Configuration Error: INTERFACE_INCLUDE_DIRECTORIES path is incorrectly prefixed with source directory #55
Comments
Could you please provide the detailed information about your machine, such as the OS version, the cmake version, and the gcc/g++ version? Additionally, we'd like to know if you can successfully compile the code on a standard Ubuntu 20.04 system (or higher) or within an NGC container (which we have tested)? |
Thank you for your response! Here are the details of my machine environment:
Although I encountered the Thank you! 🙏 |
Yes, u r right. (Make sure the compilation environment does not include Ninja) |
I encountered the same issue with CMake 3.30. The compilation stops and complains about ninja. So I removed ninja then re-execute this command and it continues to compile although this error persists. Requiring ninja not installed is weird. Will it be improved in the future? |
I encountered an error while trying to build SimAI using
./scripts/build.sh -c analytical
.The CMake configuration step fails with the following error:The text was updated successfully, but these errors were encountered: