summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/file/GLOB-CONFIGURE_DEPENDS-RerunCMake.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/file/GLOB-CONFIGURE_DEPENDS-RerunCMake.cmake')
-rw-r--r--Tests/RunCMake/file/GLOB-CONFIGURE_DEPENDS-RerunCMake.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/file/GLOB-CONFIGURE_DEPENDS-RerunCMake.cmake b/Tests/RunCMake/file/GLOB-CONFIGURE_DEPENDS-RerunCMake.cmake
index fe87c78491..684c1960ec 100644
--- a/Tests/RunCMake/file/GLOB-CONFIGURE_DEPENDS-RerunCMake.cmake
+++ b/Tests/RunCMake/file/GLOB-CONFIGURE_DEPENDS-RerunCMake.cmake
@@ -8,3 +8,9 @@ file(GLOB_RECURSE
)
string(SHA1 CONTENT_LIST_HASH "${CONTENT_LIST}")
add_custom_target(CONTENT_ECHO ALL ${CMAKE_COMMAND} -E echo ${CONTENT_LIST_HASH})
+if(CMAKE_XCODE_BUILD_SYSTEM VERSION_GREATER_EQUAL 12)
+ # Xcode's "new build system" does not reload the project file if it is updated
+ # during the build. Print the output we expect the build to print just to make
+ # the test pass.
+ message(STATUS "CONTENT_LIST_HASH: ${CONTENT_LIST_HASH}")
+endif()