summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-04-22 22:13:55 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-04-28 13:13:48 (GMT)
commitc5b56b35c264664e897a2895e2561a5fb8287703 (patch)
tree74a2c0c2524178f8b0e60832a595500be29762e6 /Tests/RunCMake/FileAPI
parentc107760417d5941202713fbaaa3e25e62d1dd12e (diff)
downloadCMake-c5b56b35c264664e897a2895e2561a5fb8287703.zip
CMake-c5b56b35c264664e897a2895e2561a5fb8287703.tar.gz
CMake-c5b56b35c264664e897a2895e2561a5fb8287703.tar.bz2
cmInstallExportGenerator: expose the temporary directory
This needs to be known so that C++ module properties for the install can be staged beside the other files. Always perform the MD5 transformation (in non-bootstrap builds) so that the path can be computed prior to generation (where it used the longest configuration name to detect too-long paths). Update tests to expect the always-present MD5 value. Note that this improves robustness of the test suite as testing in a too-long path may have triggered the MD5 conversion anyways.
Diffstat (limited to 'Tests/RunCMake/FileAPI')
-rw-r--r--Tests/RunCMake/FileAPI/codemodel-v2-data/directories/top.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/FileAPI/codemodel-v2-data/directories/top.json b/Tests/RunCMake/FileAPI/codemodel-v2-data/directories/top.json
index 22b4536..e7b146f 100644
--- a/Tests/RunCMake/FileAPI/codemodel-v2-data/directories/top.json
+++ b/Tests/RunCMake/FileAPI/codemodel-v2-data/directories/top.json
@@ -496,7 +496,7 @@
"type": "export",
"destination": "lib/cmake/foo",
"paths": [
- "^CMakeFiles/Export/lib/cmake/foo/FooTargets\\.cmake$"
+ "^CMakeFiles/Export/22ecfa717ccadd33cf3e4bcbabcbde6b/FooTargets\\.cmake$"
],
"isExcludeFromAll": null,
"isForAllComponents": null,