From 7b100010c29889fbb7cc64b0361cff1003fadd77 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 27 Mar 2017 22:07:36 +0200 Subject: [PATCH] Fix error message in ConfigHeader.cmake --- cmake/modules/ConfigHeader.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/ConfigHeader.cmake b/cmake/modules/ConfigHeader.cmake index 3d1fbde..eff8581 100644 --- a/cmake/modules/ConfigHeader.cmake +++ b/cmake/modules/ConfigHeader.cmake @@ -2,7 +2,7 @@ # just include this module as last one since nothing should depend on it if(NOT TARGET_CONFIG_DONE) - message(FATAL_ERROR "Before including the ConfigHeader module, the BasicConfig module must be included.") + message(FATAL_ERROR "Before including the ConfigHeader module, the AppTarget/LibraryTarget module must be included.") endif() # find config.h template