From 4499d50ad2df7c1db4335d40f9fa20c642f59a5d Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 20 Dec 2010 12:09:23 -0500 Subject: Mark CustomCommand test perconfig.out as SYMBOLIC The custom command with this output does not actually create the file, so mark it as SYMBOLIC. --- Tests/CustomCommand/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt index 450323e..6a86a34 100644 --- a/Tests/CustomCommand/CMakeLists.txt +++ b/Tests/CustomCommand/CMakeLists.txt @@ -432,6 +432,7 @@ ADD_CUSTOM_COMMAND( DEPENDS ${PerConfig_DEPENDS} VERBATIM ) +SET_PROPERTY(SOURCE perconfig.out PROPERTY SYMBOLIC 1) ADD_CUSTOM_TARGET(perconfig_target ALL COMMAND ${CMAKE_COMMAND} -E echo "perconfig=$" "config=$" DEPENDS perconfig.out) -- cgit v0.12