blob: 7b1fa0bfb9fb725f0b0acfe2ba14aa4e4b365f39 (
plain)
1
2
3
4
5
6
|
cmake_role-global-property
--------------------------
* A new global property, :prop_gbl:`CMAKE_ROLE`, was added to allow scripts to
determine whether they're running in project mode, script mode, find-package
mode, CTest, or CPack.
|