mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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)
|