mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 11:10:06 -05:00
0cfd8fe8ad
Ensure that all documented read-only target properties now produce errors when trying to set.
5 lines
125 B
CMake
5 lines
125 B
CMake
|
|
project(ReadOnly LANGUAGES NONE)
|
|
cmake_policy(SET CMP0160 OLD)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/READONLY_PROPERTIES.cmake)
|