MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0005747 | CMake | CMake | public | 2007-09-19 03:01 | 2008-03-14 11:37 |
Reporter | bullestock | ||||
Assigned To | David Cole | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0005747: VS2003: CMAKE_CFG_INTDIR (and others) expands to $(OutDir) in cmake_install.cmake | ||||
Description | If you put INSTALL( FILES ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${project}.pdb RUNTIME DESTINATION bin) in your CMakeLists.txt, this results in a cmake_install.cmake that contains e.g. FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE FILES "C:/user/gh/ais/impl/build/cmake/vc7/ca/$(OutDir)/ca.pdb") which again results in CMake complaining that FILE INSTALL cannot find file "C:/user/gh/ais/impl/build/cmake/vc7/ca/$(OutDir)/ca.pdb" to install. Using GET_TARGET_PROPERTY(PDB_LOCATION ${project} LOCATION) gives the same problem. | ||||
Steps To Reproduce | |||||
Additional Information | Using CMake 2.4.7 with "Visual Studio 7 .NET 2003" generator. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2007-09-19 03:01 | bullestock | New Issue | |||
2007-11-19 10:19 | Alex Neundorf | Category | CCMake => CMake | ||
2007-12-17 17:39 | Bill Hoffman | Note Added: 0009964 | |||
2007-12-17 17:39 | Bill Hoffman | Status | new => assigned | ||
2007-12-17 17:39 | Bill Hoffman | Assigned To | => Bill Hoffman | ||
2007-12-18 04:13 | bullestock | Note Added: 0009971 | |||
2007-12-18 08:57 | Bill Hoffman | Assigned To | Bill Hoffman => David Cole | ||
2008-03-14 11:35 | David Cole | Note Added: 0010803 | |||
2008-03-14 11:37 | David Cole | Status | assigned => resolved | ||
2008-03-14 11:37 | David Cole | Resolution | open => won't fix | ||
2008-03-14 11:37 | David Cole | Note Added: 0010804 | |||
2008-03-14 11:37 | David Cole | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|