Skip to content

Commit f85c437

Browse files
Update getting-started.adoc (#431)
1 parent e80846b commit f85c437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user-guide/modules/ROOT/pages/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ Here's an example `CMakeLists.txt` file that uses Boost:
609609
[source,cmake]
610610
.CMakeLists.txt
611611
----
612-
cmake_minimum_required(VERSION 3.0)
612+
cmake_minimum_required(VERSION 3.5)
613613
project(MyProject)
614614
615615
find_package(Boost REQUIRED)
@@ -779,7 +779,7 @@ Edit the contents of `CMakeLists.txt`:
779779
[source,cmake]
780780
.CMakeLists.txt
781781
----
782-
cmake_minimum_required(VERSION 3.0)
782+
cmake_minimum_required(VERSION 3.5)
783783
project(MyProject)
784784
785785
find_package(Boost REQUIRED COMPONENTS json)

0 commit comments

Comments
 (0)