According to the documentation: https://cmake.org/cmake/help/v3.17/prop_cache/TYPE.html
It looks like STATIC cache variables are supposed to be visible from the CMake GUI, but not modifiable. But when I open a project that has some STATIC variables in the CMake GUI it looks like you can't even see them at all (similar to INTERNAL cache variables). In fact, other than being declared "STATIC" in the "CMakeCache.txt" file I can't see any real difference between these variables and INTERNAL variables. Is there any difference between STATIC and INTERNAL cache variables in practice? Thanks, Tim
-- Powered by kitware.com/cmake Kitware offers various services to support the CMake community. For more information on each offering, please visit https://cmake.org/services Visit other Kitware open-source projects at https://www.kitware.com/platforms Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake This mailing list is deprecated in favor of https://discourse.cmake.org