The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14817 
====================================================================== 
Reported By:                ovz
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14817
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-03-19 17:25 EDT
Last Modified:              2014-03-19 17:25 EDT
====================================================================== 
Summary:                    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. 
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-03-19 17:25 ovz            New Issue                                    
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to