What is the best way to join a list in CMake into a string?
By joining I mean convert SET(somelist \"a\" \"b\" \"c\\;c\") to \"a:b:c;c\" where the glue string (\":\") i
CMake 3.12 is poised to finally add this upstream:
https://github.com/Kitware/CMake/commit/a58158727be4585f9fd71449e9cc9e801c59a009
https://github.com/Kitware/CMake/commit/689eeb67cb87a9ed1d91a4971806488d00e68f42