CMake Policies Design Discussion: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: Brainstorming: cmake_feature(PUSH) cmake_feature(SET CM00001 FIXED) cmake_feature(VERSION 2.6) cmake_feature(POP) REQUIRED - Project must declare fixed FIXED - New behavior QUIET - Old b...)
 
(Replace content with link to new CMake community wiki)
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Brainstorming:
{{CMake/Template/Moved}}


cmake_feature(PUSH)
This page has moved [https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/dev/Policies-Design-Discussion here].
cmake_feature(SET CM00001 FIXED)
cmake_feature(VERSION 2.6)
cmake_feature(POP)
 
REQUIRED - Project must declare fixed
FIXED - New behavior
QUIET - Old behavior
WARN - Old behavior, emit warning
ERROR - No behavior, emit error

Latest revision as of 15:41, 30 April 2018


The CMake community Wiki has moved to the Kitware GitLab Instance.

This page has moved here.