Description
Allow in-source build when Catch2 is used as a subproject.
Additional context
Add NOT_SUBPROJECT to the if-statement
if (CMAKE_BINARY_DIR STREQUAL CMAKE_SOURCE_DIR)
message(FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR}/CMakeCache.txt")
endif()