Skip to content

Fixes compile problem for projects which uses older cmake versions

Ömer Fadıl Usta requested to merge work/usta-explicit_cmake_min_version into master

Without this explicit min cmake version info, old ( 3.0 or older ) version of cmake users got compile errors like mentioned in sdk/kde-dev-scripts!33 (closed)

So we need this patch whether in directly here or all project other projects which will use doctools like in that PR

Ps: If this merged the other PR will be just optional.

Merge request reports