The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14273 ====================================================================== Reported By: LCID Fire Assigned To: ====================================================================== Project: CMake Issue ID: 14273 Category: Modules Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-07-06 05:28 EDT Last Modified: 2013-07-06 05:28 EDT ====================================================================== Summary: PythonLibs sets PYTHON_ variables instead of PythonLibs_ Description: The online documentation says a variable <name>_ is set when find_package is called. PythonLibs violates that rule by setting PYTHON_. Even a google search could not earth a documentation for this behavior.
For consistency and not forcing people to waste time and eventually having to look at the sourcecode, it should set PythonLibs_* as advertised. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-07-06 05:28 LCID Fire New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
