mirror of
https://github.com/reactos/CMake.git
synced 2025-03-04 18:07:27 +00:00

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.
|