Closed Smattr closed 9 months ago
Prior to this change, compilation would fail midway through when trying to run scdoc. This change uses a follow up check and FATAL_ERROR instead of REQUIRED to find_program because REQUIRED was only added in CMake 3.18.
scdoc
FATAL_ERROR
REQUIRED
find_program
Prior to this change, compilation would fail midway through when trying to run
scdoc
. This change uses a follow up check andFATAL_ERROR
instead ofREQUIRED
tofind_program
becauseREQUIRED
was only added in CMake 3.18.