Files
CMake/Tests/RunCMake/INSTALL_OBJECT_ONLY_USE_DESTINATION/On.cmake
T
Ben Boeckel c1de3c72a3 install: support using DESTINATION as-is for object installation
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.
2025-09-06 00:44:42 -04:00

3 lines
99 B
CMake

set(CMAKE_INSTALL_OBJECT_ONLY_USE_DESTINATION 1)
include("${CMAKE_CURRENT_LIST_DIR}/Common.cmake")