MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008702 | CMake | CMake | public | 2009-03-08 15:23 | 2016-06-10 14:30 |
| Reporter | Silvio Frischknecht | ||||
| Assigned To | Bill Hoffman | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0008702: enable_testing() disables add_executable(test ...) | ||||
| Description | If I enable_testing() executables or libraries called test don't build anymore. here's a simple example: CMakeLists.txt: cmake_minimum_required(VERSION 2.6) project(FooBar) enable_testing() add_executable(test test.c) add_test(baz test) If this is not going to be changed please at least write it into the doc. I mean it's not so far fetched to call your test exectable test. | ||||
| Steps To Reproduce | |||||
| Additional Information | I wrote this to the mailing list they told me to open a bug. This is for cmake 2.4 as well as 2.6. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-03-08 15:23 | Silvio Frischknecht | New Issue | |||
| 2009-03-15 22:18 | Bill Hoffman | Status | new => assigned | ||
| 2009-03-15 22:18 | Bill Hoffman | Assigned To | => Bill Hoffman | ||
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041513 | |||
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved | ||
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||