We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Running make bind on a fresh checkout fails because compile_commands.json does not yet exist:
make bind
compile_commands.json
CMake Error at CMakeLists.txt:52 (add_custom_target): Cannot find source file: /home/mkoval/dart-distribution-ws/build/dartpy/bind-prefix/src/bind-build/compile_commands.json Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
Running the command a second time works as expected. @psigen ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
make bind
on a fresh checkout fails becausecompile_commands.json
does not yet exist:CMake Error at CMakeLists.txt:52 (add_custom_target): Cannot find source file: /home/mkoval/dart-distribution-ws/build/dartpy/bind-prefix/src/bind-build/compile_commands.json Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
Running the command a second time works as expected. @psigen ideas?
The text was updated successfully, but these errors were encountered: