MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012467 | CMake | Modules | public | 2011-09-19 11:36 | 2012-07-09 06:52 |
| Reporter | ogronom | ||||
| Assigned To | Rolf Eike Beer | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 2.8.5 | ||||
| Target Version | CMake 2.8.8 | Fixed in Version | CMake 2.8.8 | ||
| Summary | 0012467: Both FindSDL.cmake and FindSDL_mixer.cmake does not honor REQUIRED | ||||
| Description | Build does not terminate while using find_package(. REQUIRED) and there is no sdl_mixer or sdl libraries in the system. | ||||
| Steps To Reproduce | cmake_minimum_required(VERSION 2.8) find_package(SDL_mixer REQUIRED) find_package(SDL REQUIRED) if (NOT SDL_mixer_FOUND) message("Possible Bug in SDL_mixer") endif (NOT SDL_mixer_FOUND) if (NOT SDL_FOUND) message("Possible Bug in SDL") endif (NOT SDL_FOUND) | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-09-19 11:36 | ogronom | New Issue | |||
| 2012-02-11 11:15 | Rolf Eike Beer | Note Added: 0028554 | |||
| 2012-02-11 11:15 | Rolf Eike Beer | Assigned To | => Rolf Eike Beer | ||
| 2012-02-11 11:15 | Rolf Eike Beer | Status | new => resolved | ||
| 2012-02-11 11:15 | Rolf Eike Beer | Resolution | open => fixed | ||
| 2012-02-11 11:15 | Rolf Eike Beer | Fixed in Version | => CMake 2.8.8 | ||
| 2012-02-11 11:15 | Rolf Eike Beer | Target Version | => CMake 2.8.8 | ||
| 2012-07-09 06:52 | David Cole | Note Added: 0029970 | |||
| 2012-07-09 06:52 | David Cole | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||