Fix error message in ConfigHeader.cmake

This commit is contained in:
Martchus 2017-03-27 22:07:36 +02:00
parent 2965f0cd00
commit 7b100010c2
1 changed files with 1 additions and 1 deletions

View File

@ -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