mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-17 06:37:43 -05:00
By enabling CMP0126 we tell CMake that when constructing a CACHE variable with the same name as a local variable to not unset the local variable. By enabling CMPO126 it makes sure that CPM behavior around `OPTION` is consistent if the option is created with `set(CACHE)` or with `option`.