mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
6da65b3907
Use the same rules for paths in source and binary dirs in installed INTERFACE_SOURCES as are used for INTERFACE_INCLUDE_DIRECTORIES.
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
CMake Error in CMakeLists.txt:
|
|
Target "testTarget" INTERFACE_SOURCES property contains path:
|
|
|
|
".*Tests/RunCMake/IfacePaths_SOURCES/prefix/src/empty.cpp"
|
|
|
|
which is prefixed in the source directory.
|