mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Teach install() and export() to handle the actual object files. Disallow this on Xcode with multiple architectures because it still cannot be cleanly supported there. Co-Author: Brad King <brad.king@kitware.com>
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
CMake Error at ImportNotSupported.cmake:[0-9]+ \(add_library\):
|
|
The OBJECT library type may not be used for IMPORTED libraries under Xcode
|
|
with multiple architectures.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|