Hardcoded CMAKE_EXPORT_COMPILE_COMMANDS getting in the way #1440
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
Feature: configure
Milestone
Brief Issue Summary
I had to hack the this extension to turn off CMAKE_EXPORT_COMPILE_COMMANDS. It needs to be turned off when doing unity builds.
Expected:
There should be a way to override the default behavior of hardcoding CMAKE_EXPORT_COMPILE_COMMANDS to true. Our typical workflow is to run cmake once with it on and then turn it off and run again with unity on.
The text was updated successfully, but these errors were encountered: