MantisBT - CMake | ||||||||||||||||||||
View Issue Details | ||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||||||||||
0011725 | CMake | CMake | public | 2011-01-19 17:03 | 2011-01-31 16:09 | |||||||||||||||
Reporter | Daniel Richard G. | |||||||||||||||||||
Assigned To | Brad King | |||||||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||||||||||
Status | closed | Resolution | fixed | |||||||||||||||||
Platform | OS | OS Version | ||||||||||||||||||
Product Version | CMake 2.8.3 | |||||||||||||||||||
Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | |||||||||||||||||
Summary | 0011725: CMAKE_USER_MAKE_RULES_OVERRIDE path no longer works if unqualified | |||||||||||||||||||
Description | At the top of my top-level CMakeLists.txt file, I have SET(CMAKE_USER_MAKE_RULES_OVERRIDE CMakeCommon.txt) My CMakeCommon.txt file lives right alongside the aforementioned listfile, and things worked dandily like this for the last few years (up to 2.8.1). With 2.8.3, however, I get this: ********(cut here)******** -- The C compiler identification is Intel -- Using predefined Intel compiler flags -- Check for working C compiler: C:/Program Files (x86)/Intel/Compiler/C++/9.1/EM64T/Bin/icl.exe CMake Error at X:/freeport/arch/win64_icl_mt/share/cmake-2.8/Modules/CMakeCInformation.cmake:79 (INCLUDE): include could not find load file: CMakeCommon.txt Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) ********(cut here)******** Things work again if I edit the line to SET(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_SOURCE_DIR}/CMakeCommon.txt) However, I believe the previous behavior was reasonable, where this variable would implicitly be interpreted relative to ${CMAKE_SOURCE_DIR} rather than anywhere else. | |||||||||||||||||||
Steps To Reproduce | ||||||||||||||||||||
Additional Information | ||||||||||||||||||||
Tags | No tags attached. | |||||||||||||||||||
Relationships |
| |||||||||||||||||||
Attached Files | ||||||||||||||||||||
Issue History | ||||||||||||||||||||
Date Modified | Username | Field | Change | |||||||||||||||||
2011-01-19 17:03 | Daniel Richard G. | New Issue | ||||||||||||||||||
2011-01-19 17:37 | Bill Hoffman | Note Added: 0024937 | ||||||||||||||||||
2011-01-19 17:41 | Brad King | Assigned To | => Brad King | |||||||||||||||||
2011-01-19 17:41 | Brad King | Status | new => assigned | |||||||||||||||||
2011-01-19 17:41 | Brad King | Note Added: 0024940 | ||||||||||||||||||
2011-01-19 17:47 | Brad King | Relationship added | related to 0010902 | |||||||||||||||||
2011-01-19 17:48 | Brad King | Relationship added | related to 0011724 | |||||||||||||||||
2011-01-19 17:51 | Brad King | Note Added: 0024942 | ||||||||||||||||||
2011-01-19 17:52 | Brad King | Note Added: 0024943 | ||||||||||||||||||
2011-01-19 18:39 | Daniel Richard G. | Note Added: 0024947 | ||||||||||||||||||
2011-01-19 18:44 | Daniel Richard G. | Note Edited: 0024947 | bug_revision_view_page.php?bugnote_id=24947#r143 | |||||||||||||||||
2011-01-20 07:49 | Brad King | Target Version | => CMake 2.8.4 | |||||||||||||||||
2011-01-20 07:51 | Brad King | Note Added: 0024950 | ||||||||||||||||||
2011-01-20 07:51 | Brad King | Status | assigned => closed | |||||||||||||||||
2011-01-20 07:51 | Brad King | Resolution | open => fixed | |||||||||||||||||
2011-01-31 16:09 | David Cole | Fixed in Version | => CMake 2.8.4 | |||||||||||||||||
2011-03-31 12:35 | Brad King | Relationship added | related to 0011942 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|