Add GKFS_ prefix to CMake options
Since CMake does not implement package namespaces, generic option names such as ENABLE_CLIENT_LOG
may clash with external package options when they are added using find_package()
and/or include
. To avoid this, all GekkoFS-related options should be prefixed with GKFS_
.