cmake fetchcontent_declare(15) examples

spglib/spglib test/CMakeLists.txt :90

FetchContent_Declare(GTest
        GIT_REPOSITORY https://github.com/google/googletest
        GIT_TAG v1.15.2
        FIND_PACKAGE_ARGS CONFIG
)