-
Committer:
Matthew Fuller
-
Date:
2021-07-13 23:15:58 UTC
-
mto:
This revision was merged to the branch mainline in
revision
689.
-
Revision ID:
fullermd@over-yonder.net-20210713231558-ecqlbo83zqaqoyo9
As of cmake 3.20, EXPORT_COMPILE_COMMANDS is a target property
defaulted by the global CMAKE_EXPORT_COMPILE_COMMANDS. So anything
done "before" we set our value won't inherit it, which (in our case)
means we only get test in compile_commands.json. Move the definition
up to the front of the file so it's useful.