We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80846b commit f85c437Copy full SHA for f85c437
user-guide/modules/ROOT/pages/getting-started.adoc
@@ -609,7 +609,7 @@ Here's an example `CMakeLists.txt` file that uses Boost:
609
[source,cmake]
610
.CMakeLists.txt
611
----
612
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
613
project(MyProject)
614
615
find_package(Boost REQUIRED)
@@ -779,7 +779,7 @@ Edit the contents of `CMakeLists.txt`:
779
780
781
782
783
784
785
find_package(Boost REQUIRED COMPONENTS json)
0 commit comments