Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMAKE_ROLE: Fix value in --build for Visual Studio generators | Kyle Edwards | 2019-02-26 | 2 | -0/+7 |
| | | | | Fixes: #18990 | ||||
* | CMAKE_ROLE: Fix value for ctest --build-and-test | Kyle Edwards | 2019-01-18 | 3 | -2/+19 |
| | | | | | --build-and-test builds a CMake project, so CMAKE_ROLE should be PROJECT. Fix this and add a test case. | ||||
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 8 | -0/+45 |
This property allows scripts to determine whether they're in project mode, script mode, find-package mode, CTest, or CPack. |