fail to build offline with setup scripts due to fetchcontent in cmakelists
When offline there is a CMake error when setup is running and CMake tries to fetch third party libraries.
According to CMake documentation, one can use the variable FETCHCONTENT_UPDATES_DISCONNECTED to allow for FETCHCONTENT failure when offline but I couldn't make it work.