From 9222a0b40acbb38237cbd9de80c2d811ed3c107d Mon Sep 17 00:00:00 2001 From: Anselme Date: Mon, 18 Jul 2016 15:10:10 +0200 Subject: [PATCH] fixed typo in the documentation (variable name in the comments) --- template.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.cmake b/template.cmake index 1fb5c39..39d4ca9 100644 --- a/template.cmake +++ b/template.cmake @@ -5,7 +5,7 @@ # LIB_SRC_LIST, LIB_HEAD_LIST, EXEC_SRC_LIST, EXEC_HEAD_LIST # # If you want to specify a supplementary folder for include, use : -# EXTRA_INCLUDE_PATHS +# EXTRA_INCLUDES cmake_minimum_required(VERSION 2.8) cmake_policy(VERSION 2.8)