blob: e596841583c6a6e114cdfa9fa7e4b744e3006114 [file] [log] [blame]
find_path(
CATCH_INCLUDE_DIR
NAMES catch.hpp
DOC "catch include dir"
)
set(CATCH_INCLUDE_DIRS ${CATCH_INCLUDE_DIR})
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Catch DEFAULT_MSG
CATCH_INCLUDE_DIR)
mark_as_advanced (CATCH_INCLUDE_DIR)