MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0013200 | CMake | CMake | public | 2012-05-08 10:40 | 2016-06-10 14:31 |
| Reporter | Mathieu Malaterre | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | CMake 2.8.8 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0013200: Invalid make syntax generated with ; in target VERSION property | ||||
| Description | Steps to reproduce: $ echo "int bla() { return 0;}" > bla.c $ cat CMakeLists.txt cmake_minimum_required(VERSION 2.8) project(test2 C) SET(LIB_PROPERTIES VERSION "1.0" SOVERSION "1" ) add_library(lib2 SHARED bla.c) set_property(TARGET lib2 PROPERTY ${LIB_PROPERTIES}) then simply run cmake && make It would be nice if cmake would trigger a warning on the improper syntax: set_property(TARGET lib2 PROPERTY ${LIB_PROPERTIES}) Thanks | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2012-05-08 10:40 | Mathieu Malaterre | New Issue | |||
| 2012-05-08 10:40 | Mathieu Malaterre | Category | (No Category) => CMake | ||
| 2012-05-08 10:40 | Mathieu Malaterre | Description Updated | bug_revision_view_page.php?rev_id=641#r641 | ||
| 2012-05-08 10:46 | Brad King | Note Added: 0029421 | |||
| 2012-05-08 10:46 | Brad King | Status | new => backlog | ||
| 2012-05-08 10:46 | Brad King | Product Version | => CMake 2.8.8 | ||
| 2012-05-08 10:46 | Brad King | Summary | CMakeFiles/lib2.dir/build.make:82: *** missing separator => Invalid make syntax generated with ; in target VERSION property | ||
| 2016-06-10 14:28 | Kitware Robot | Note Added: 0042043 | |||
| 2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||