| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| 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) | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0028554) Rolf Eike Beer (developer) 2012-02-11 11:15 |
Fix merged to next: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=246f0bcec6a04615f69f9dab6147bab86843f8d5 [^] |
|
(0029970) David Cole (manager) 2012-07-09 06:52 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |