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
{{ message }}
This repository was archived by the owner on Dec 27, 2022. It is now read-only.
For utter newbies like myself, it would save time if I knew that the correct way of invoking cmake to generate the compile_commands.json file is to run cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1.
It was the missing =1 that made all the difference! 🤣 D'uh!...
For utter newbies like myself, it would save time if I knew that the correct way of invoking
cmaketo generate thecompile_commands.jsonfile is to runcmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1.It was the missing
=1that made all the difference! 🤣 D'uh!...Source: https://stackoverflow.com/a/38040375/1035977