View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015398 | CMake | CMake | public | 2015-02-09 18:53 | 2015-07-08 08:57 | ||||
Reporter | Dave Yost | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015398: In a CMakeLists.txt file, a way to cause local make VERBOSE=1 | ||||||||
Description | It would be very nice if there were a command we could use in a subproject CMakeLists.txt file that would cause, within that subproject only, invocation of make with VERBOSE=1 Better yet would be to be able to set this option for an individual target. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0037946) Ben Boeckel (developer) 2015-02-09 19:37 |
Should already be provided by CMAKE_VERBOSE_MAKEFILE. Only applies to Makefile generators though IIRC (not, e.g., Ninja or Visual Studio). http://www.cmake.org/cmake/help/v3.0/variable/CMAKE_VERBOSE_MAKEFILE.html [^] |
(0037949) Brad King (manager) 2015-02-10 09:05 |
Simply set(CMAKE_VERBOSE_MAKEFILE 1) should be enough. |
(0039045) Robert Maynard (manager) 2015-07-08 08:57 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2015-02-09 18:53 | Dave Yost | New Issue | |
2015-02-09 19:37 | Ben Boeckel | Note Added: 0037946 | |
2015-02-10 00:05 | Dave Yost | Note Added: 0037947 | |
2015-02-10 00:12 | Dave Yost | Note Deleted: 0037947 | |
2015-02-10 09:05 | Brad King | Note Added: 0037949 | |
2015-02-10 09:05 | Brad King | Status | new => resolved |
2015-02-10 09:05 | Brad King | Resolution | open => no change required |
2015-07-08 08:57 | Robert Maynard | Note Added: 0039045 | |
2015-07-08 08:57 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |