short-object-namesΒΆ
There is now the
CMAKE_INTERMEDIATE_DIR_STRATEGY
variable (and associated environment variableCMAKE_INTERMEDIATE_DIR_STRATEGY
) that may be used to change the strategy used to name intermediate directories used for object files (and other associated target metadata). It is supported for the following generators:Note that the strategy implementation may differ between generators.
There is now the
CMAKE_AUTOGEN_INTERMEDIATE_DIR_STRATEGY
variable (and associated environment variableCMAKE_AUTOGEN_INTERMEDIATE_DIR_STRATEGY
) that may be used to change the strategy used to name intermediate directories used forQt Autogen
files.