MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015220 | CMake | Modules | public | 2014-10-27 12:10 | 2015-04-06 09:07 |
| Reporter | Anton Indrawan | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | QNX | OS Version | 6.5 | |
| Product Version | CMake 3.0 | ||||
| Target Version | CMake 3.1 | Fixed in Version | CMake 3.1 | ||
| Summary | 0015220: Find_package(Curses) failed for QNX 6.5 and QNX 6.6 | ||||
| Description | When using find_package(Curses) for a cmake project compiled with the QNX 6.5 or QNX 6.6 toolchain, cmake threw the following error: CMake Error at /usr/local/share/cmake-3.0/Modules/FindCurses.cmake:139 (CHECK_LIBRARY_EXISTS): Unknown CMake command "CHECK_LIBRARY_EXISTS". Call Stack (most recent call first): TestProgram/curses/CMakeLists.txt:3 (find_package) The same error is reproducible on cmake 3.0.2. | ||||
| Steps To Reproduce | To reproduce the issue, you have to have a QNX 6.5 or QNX 6.6 toolchain installed. 1. Please create a simple cmake project which calls "find_package(Curses)" project(test.curses) find_package(Curses) add_executable(${PROJECT_NAME} main.cpp) 2. In the main.cpp, it can just be an empty int main. | ||||
| Additional Information | The toolchains I am using are standard QNX 6.5 and QNX 6.6 toolchains downloaded from www.qnx.com. The host OS is Ubuntu 12.04 64-bit. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2014-10-27 12:10 | Anton Indrawan | New Issue | |||
| 2014-10-27 13:36 | Ben Boeckel | Note Added: 0037076 | |||
| 2014-10-28 08:51 | Brad King | Note Added: 0037083 | |||
| 2014-10-28 08:58 | Brad King | Note Added: 0037084 | |||
| 2014-10-28 08:58 | Brad King | Assigned To | => Brad King | ||
| 2014-10-28 08:58 | Brad King | Status | new => assigned | ||
| 2014-10-28 08:58 | Brad King | Target Version | => CMake 3.2 | ||
| 2014-10-31 11:40 | Brad King | Note Added: 0037118 | |||
| 2014-10-31 11:40 | Brad King | Status | assigned => resolved | ||
| 2014-10-31 11:40 | Brad King | Resolution | open => fixed | ||
| 2014-10-31 11:40 | Brad King | Fixed in Version | => CMake 3.1 | ||
| 2014-10-31 11:40 | Brad King | Target Version | CMake 3.2 => CMake 3.1 | ||
| 2015-04-06 09:07 | Robert Maynard | Note Added: 0038434 | |||
| 2015-04-06 09:07 | Robert Maynard | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||