Update getting-started.adoc (#431)

This commit is contained in:
Yan Romao
2025-10-28 17:00:25 +00:00
committed by GitHub
parent e80846bca9
commit f85c437164

View File

@@ -609,7 +609,7 @@ Here's an example `CMakeLists.txt` file that uses Boost:
[source,cmake]
.CMakeLists.txt
----
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(MyProject)
find_package(Boost REQUIRED)
@@ -779,7 +779,7 @@ Edit the contents of `CMakeLists.txt`:
[source,cmake]
.CMakeLists.txt
----
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.5)
project(MyProject)
find_package(Boost REQUIRED COMPONENTS json)