CMakeLists.txt: Change minimum required cmake version from 3.2 to 3.10
authorKjell Ahlstedt <[email protected]>
Mon, 21 Apr 2025 14:40:56 +0000 (21 16:40 +0200)
committerKjell Ahlstedt <[email protected]>
Mon, 21 Apr 2025 14:40:56 +0000 (21 16:40 +0200)
Fixes #112

CMakeLists.txt

index a1432d8..ee64a3a 100644 (file)
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU Lesser General Public
 # License along with this library; if not, see <https://www.gnu.org/licenses/>.
 
-cmake_minimum_required (VERSION 3.2)
+cmake_minimum_required (VERSION 3.10)
 
 set (SIGCXX_MAJOR_VERSION 3)
 set (SIGCXX_MINOR_VERSION 4)