Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix clang -Wstrict-prototypes warnings | Brad King | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | Tests: Update tests to run in multi-config generators | Kyle Edwards | 2023-09-22 | 1 | -1/+1 |
| | |||||
* | FindGLUT: Provide modern-named GLUT_INCLUDE_DIRS result variable | Brad King | 2021-12-20 | 1 | -1/+1 |
| | | | | | | | Previously this module only provided `GLUT_INCLUDE_DIR`, which does not follow the modern naming convention documented in `cmake-developer(7)`. Issue: #23018 | ||||
* | FindGLUT: Provide legacy GLUT_INCLUDE_DIR result in pkg-config code path | Brad King | 2021-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | Since commit f90d15458a (FindGLUT: Use pkg-config to find flags if available, 2021-06-11, v3.22.0-rc1~469^2) we return early if pkg-config provides the information. During review of that commit, code to populate the legacy `GLUT_INCLUDE_DIR` result variable was removed from that code path. Add code to provide it. Also fix the test case to use `GLUT_INCLUDE_DIR`, the result variable documented officially by the module. Fixes: #23018 | ||||
* | Tests: Add case covering FindGLUT variables and imported targets | Christopher Degawa | 2021-07-02 | 3 | -0/+37 |
Signed-off-by: Christopher Degawa <ccom@randomderp.com> |