Notes |
|
(0035415)
|
Brad King
|
2014-03-17 08:59
|
|
The CMakeFindFrameworks module pre-dated the find_library and related command support for searching in frameworks automatically. Its use in FindTCL and FindPtyhonLibs is historical and should be refactored. The find_* commands are very configurable and will search more framework paths than the module. |
|
|
(0035619)
|
Nikolaus Demmel
|
2014-04-02 06:39
|
|
It was not quite transparent to me that the mechanism looking for Frameworks for the built-in find_* commands is different from the CMakeFindFrameworks module.
So the resolution -- as you suggest -- would be remove the use of CMakeFindFrameworks in all existing modules and mabe add some clear hint in the code and documentation of CMakeFindFrameworks that it is a historical module and superseeded by the mechanism in the find_* commands? |
|
|
(0035620)
|
Brad King
|
2014-04-02 08:33
|
|
Re 0014810:0035619: Yes, CMakeFindFrameworks should not be used anymore. See also 0014809 for its use in FindPythonLibs.
The find_* commands are very configurable. |
|
|
(0042508)
|
Kitware Robot
|
2016-06-10 14:29
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|