mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Some projects might get unlucky and have targets which collide in the sha3-512 hash (truncated to 4) in a directory which also collides in the same way (easily done by sharing it). Note such problems as potentially colliding and offer potential remedies. Also add a test which generates the error. Closes: #27465
11 lines
487 B
Plaintext
11 lines
487 B
Plaintext
CMake Warning in collides/CMakeLists.txt:
|
|
The 'CubeTestPluginLogic' and 'TeamworkServerBlobStoreUploadSessionStore'
|
|
targets share an intermediate directory
|
|
|
|
.*/Tests/RunCMake/IntermediateDirStrategy/Collides-build/(collides/)?.o/039c43fd
|
|
|
|
which may cause problems with the build graph. This project is not
|
|
compatible with the `SHORT` target intermediate directory strategy.
|
|
Possible remedies include: moving the target into different directories or
|
|
renaming a target.
|