mirror of
https://github.com/reactos/CMake.git
synced 2024-12-20 18:48:14 +00:00
28051f1150
It is considered an error if the INTERFACE_INCLUDE_DIRECTORIES contains a directory which does not exist, which indicates a programmer error by the upstream, or a packaging error. One of the RunCMake.CompatibleInterface tests also needs to be updated due to this change. Non-existant includes were used in the test, but are not needed.
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
CMake Error in CMakeLists.txt:
|
|
Imported target "imported" includes non-existent path
|
|
|
|
"/does/not/exist"
|
|
|
|
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
|
|
|
|
\* The path was deleted, renamed, or moved to another location.
|
|
|
|
\* An install or uninstall procedure did not complete successfully.
|
|
|
|
\* The installation package was faulty and references files it does not
|
|
provide.
|