Mark CustomCommand test perconfig.out as SYMBOLIC
The custom command with this output does not actually create the file, so mark it as SYMBOLIC.
This commit is contained in:
parent
f0cdb6001b
commit
4499d50ad2
|
@ -432,6 +432,7 @@ ADD_CUSTOM_COMMAND(
|
||||||
DEPENDS ${PerConfig_DEPENDS}
|
DEPENDS ${PerConfig_DEPENDS}
|
||||||
VERBATIM
|
VERBATIM
|
||||||
)
|
)
|
||||||
|
SET_PROPERTY(SOURCE perconfig.out PROPERTY SYMBOLIC 1)
|
||||||
ADD_CUSTOM_TARGET(perconfig_target ALL
|
ADD_CUSTOM_TARGET(perconfig_target ALL
|
||||||
COMMAND ${CMAKE_COMMAND} -E echo "perconfig=$<TARGET_FILE:perconfig>" "config=$<CONFIGURATION>"
|
COMMAND ${CMAKE_COMMAND} -E echo "perconfig=$<TARGET_FILE:perconfig>" "config=$<CONFIGURATION>"
|
||||||
DEPENDS perconfig.out)
|
DEPENDS perconfig.out)
|
||||||
|
|
Loading…
Reference in New Issue