MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015695 | CMake | CMake | public | 2015-08-13 11:48 | 2016-06-10 14:31 |
Reporter | bugreporter | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0015695: CMAKE_*_OUTPUT_DIRECTORY existence is not evaluated by cmake_check_build_system target | ||||
Description | If you are specifying certain CMAKE_*_OUTPUT_DIRECTORY variables they are properly created when CMake generation is done, but in case you are removing the specified directories after a successful run they are not recreated until you re-run CMake. It would be good to track this paths for evaluation within the cmake_check_build_system target, so that the re-run of CMake is automatically done in case the folders are not existing. | ||||
Steps To Reproduce | project(Example) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/libstatic) add_executable(TestExecutable test1.cpp) add_library(TestLibrary SHARED test2.cpp) add_library(TestLibrary2 STATIC test3.cpp) | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | cmakeexamplebugreport.tar.gz (434) 2015-08-14 06:15 https://public.kitware.com/Bug/file/5509/cmakeexamplebugreport.tar.gz | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-08-13 11:48 | bugreporter | New Issue | |||
2015-08-14 06:15 | bugreporter | File Added: cmakeexamplebugreport.tar.gz | |||
2015-08-14 06:17 | bugreporter | Note Added: 0039282 | |||
2015-08-17 10:06 | bugreporter | Note Edited: 0039282 | bug_revision_view_page.php?bugnote_id=39282#r1869 | ||
2015-08-27 07:24 | bugreporter | Note Added: 0039334 | |||
2015-08-27 08:54 | Brad King | View Status | private => public | ||
2015-08-27 11:49 | bugreporter | Note Deleted: 0039334 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042822 | |||
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 | |||||
|
|||||
|
|
||||
|
|||||
|
|