MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015534 | CMake | CMake | public | 2015-04-24 18:28 | 2016-06-10 14:31 |
| Reporter | James Bigler | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Mac | OS | OSX | OS Version | 10.9 |
| Product Version | CMake 3.3 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0015534: find_package(Threads) needs C | ||||
| Description | If you specify your project as CXX, and you use find_package(Threads) you will get a failure, because the test programs use .c files.: | ||||
| Steps To Reproduce | cmake_minimum_required(VERSION 3.2) project(Test CXX) find_package(Threads REQUIRED) | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2015-04-24 18:28 | James Bigler | New Issue | |||
| 2016-06-10 14:29 | Kitware Robot | Note Added: 0042765 | |||
| 2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
| 2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||