mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
c1de3c72a3
CMake historically has forced an `objects[-<CONFIG>]/<TARGET_NAME>` subdirectory under an `OBJECT` library installation's `OBJECTS DESTINATION` which may be unwanted. Support skipping this component with a target property.
3 lines
99 B
CMake
3 lines
99 B
CMake
set(CMAKE_INSTALL_OBJECT_ONLY_USE_DESTINATION 1)
|
|
include("${CMAKE_CURRENT_LIST_DIR}/Common.cmake")
|