| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012148 | CMake | (No Category) | public | 2011-05-03 12:30 | 2011-06-18 07:41 |
|
| Reporter | Stephen Kelly | |
| Assigned To | Brad King | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | CMake 2.8.5 | Fixed in Version | CMake 2.8.5 | |
|
| Summary | 0012148: CMake docs about CMAKE_BUILD_TYPE uses wrong case for variables |
| Description | http://www.cmake.org/cmake/help/cmake-2-8-docs.html#variable:CMAKE_BUILD_TYPE [^]
I added this to my CMakeLists.txt:
MESSAGE("TTTTTTTTT" ${CMAKE_C_FLAGS_Release} " -- " ${CMAKE_CXX_FLAGS_Release})
And it didn't work until I changed it to this:
MESSAGE("TTTTTTTTT" ${CMAKE_C_FLAGS_RELEASE} " -- " ${CMAKE_CXX_FLAGS_RELEASE})
|
| Tags | No tags attached. |
|
| Attached Files | |
|