Skip to content

Updated docs with recommendation to use CheckSymbolExists instead.

This MR relates to the following mailing list thread:

https://cmake.org/pipermail/cmake-developers/2017-January/029758.html

The main motivation is to try to steer users toward using CheckSymbolExists instead of CheckFunctionExists. This is necessary because CheckFunctionExists has significant issues that make it inaccurate and susceptible to breaking after internal changes to system libraries.

Any style suggestions you have are welcome, this is the first time I've edited the CMake docs.

Merge request reports