# enable usage of 'add_test' in submodules (DUNE throws error otherwise) set(DUNE_REENABLE_ADD_TEST True)
# Make option() honor normal variables cmake_policy(SET CMP0077 NEW)
# Include the Google Test lib set(INSTALL_GTEST OFF) add_subdirectory(googletest EXCLUDE_FROM_ALL)