$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-06-11 01:07:58
FWIW, I found another reason to require at least 3.9:
the capture groups of if(MATCHES) - the variables
CMAKE_MATCH_1, CMAKE_MATCH_2, etc, don't work
on earlier versions.
I didn't even know.