mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Teach the `install` and `export` commands to support installing and exporting `OBJECT` libraries without their object files. Transform them to `INTERFACE` libraries in such cases. For `install(TARGETS)`, activate this when no destination for the object files is specified. For `export`, activate this only under Xcode with multiple architectures when we have no well-defined object file locations to give to clients.
6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
CMake Error at InstallNotSupported.cmake:[0-9]+ \(install\):
|
|
install TARGETS given OBJECT library "A" whose objects may not be installed
|
|
under Xcode with multiple architectures.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|