You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many libraries use these together with a CMake configuration header file. We can already render CMake config files using the cmake_configure_file() function in the utils.cmake package, but we lack the feature checks.
The text was updated successfully, but these errors were encountered:
You often find code like this in CMake:
Many libraries use these together with a CMake configuration header file. We can already render CMake config files using the
cmake_configure_file()
function in theutils.cmake
package, but we lack the feature checks.The text was updated successfully, but these errors were encountered: