CMake Policies Design Discussion

From KitwarePublic
Revision as of 19:49, 25 February 2008 by Brad.king (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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 behavior WARN - Old behavior, emit warning ERROR - No behavior, emit error