The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=15631 
====================================================================== 
Reported By:                trsystran
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15631
Category:                   Documentation
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-06-25 05:34 EDT
Last Modified:              2015-06-25 05:34 EDT
====================================================================== 
Summary:                    CMAKE_PREFIX_PATH missing documentation for multiple
paths list separator
Description: 
http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_PREFIX_PATH.html
This doesn't even mention the fact that it accepts multiple paths.
In practice it requires a cmake list, ie ";" as separator. This is not
documented here.

Same for CMAKE_LIBRARY_PATH, CMAKE_INCLUDE_PATH, CMAKE_PROGRAM_PATH.

http://www.cmake.org/cmake/help/v3.2/command/find_path.html & other hints that
CMAKE_PREFIX_PATH is a list, but not for the others.

http://www.cmake.org/Wiki/CMake_Useful_Variables#Environment_Variables is the
only one documenting that they are lists, and that others than PREFIX are
platform dependent lists (linux: with ":"), which hints that CMAKE_PREFIX_PATH
is a cmake list with ";".
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-06-25 05:34 trsystran      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/mailman/listinfo/cmake-developers

Reply via email to