From 26fad1b79cf96cc248cd32423c7a20eefbabae38 Mon Sep 17 00:00:00 2001 From: Benjamin Piwowarski Date: Thu, 13 Mar 2014 08:27:34 +0100 Subject: [PATCH] Fix typo in configFunctions.h (wrong define for the header) --- development/cmake/configFunctions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/configFunctions.cmake b/development/cmake/configFunctions.cmake index eaaabbae11..d0c2b1b820 100644 --- a/development/cmake/configFunctions.cmake +++ b/development/cmake/configFunctions.cmake @@ -10,7 +10,7 @@ */ #ifndef _CONFIG_FUNCTIONS_H -#define _CONFIG_FUNCTION_H +#define _CONFIG_FUNCTIONS_H ${Function_Defines}