From f906c730fd03d1b48f8498b60a99432df82cb76d Mon Sep 17 00:00:00 2001 From: Thom Troy Date: Fri, 19 Aug 2016 22:43:42 +0100 Subject: [PATCH] update requirements for imported targets example --- 01-basic/K-imported-targets/README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/01-basic/K-imported-targets/README.adoc b/01-basic/K-imported-targets/README.adoc index bc6c16c..84bf40f 100644 --- a/01-basic/K-imported-targets/README.adoc +++ b/01-basic/K-imported-targets/README.adoc @@ -23,7 +23,10 @@ $ tree # Requirements -This example requires the boost libraries to be installed in a default system location. +This example requires the following: + + * CMake v3.5+ + * The boost libraries to be installed in a default system location. # Concepts