include(CMakeDependentOption) option(XestiaAddressBook_UNIT_TESTING "Enable unit testing" OFF) if(APPLE) set(SFML_FRAMEWORKS_LOCATION "" CACHE PATH "Location for the SFML framework dependencies.") if(NOT EXISTS ${SFML_FRAMEWORKS_LOCATION}) message(FATAL_ERROR "The location given by SFML_FRAMEWORKS_LOCATION does not exist.") endif() endif()