MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014817 | CMake | CMake | public | 2014-03-19 17:25 | 2016-06-10 14:31 |
Reporter | ovz | ||||
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 | 0014817: Suggestion for library path generation | ||||
Description | At present for each entry like link_directories("${c_lib}/lib/boost/boost_1_55_0/lib/Win32") the following sub-string is generated for <AdditionaLibraryDirectories> in Visual Studio project files <AdditionaLibraryDirectories>c:/lib/boost/boost_1_55_0/lib/Win32;c:/lib/boost/boost_1_55_0/lib/Win32/$(Configuration); I suggest we add $(PlatformName) to the sub-path, making it <AdditionaLibraryDirectories>c:/lib/boost/boost_1_55_0/lib/Win32;c:/lib/boost/boost_1_55_0/lib/Win32/$(PlatformName)/$(ConfigurationName) 64 bit Windows seamlessly runs both 32 and 64 bit executable so it is quite common to maintain configurations for both platforms on the same machine. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-03-19 17:25 | ovz | New Issue | |||
2014-03-20 08:36 | Brad King | Note Added: 0035449 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042510 | |||
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 | |||||
|
|||||
|
|
||||
|
|||||
|
|