summaryrefslogtreecommitdiff
path: root/Modules/GenerateExportHeader.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-02-21 23:54:01 +0100
committerStephen Kelly <steveire@gmail.com>2012-02-21 23:54:01 +0100
commit40efa4db7462312ab9b2c82e601acba0ab67ca19 (patch)
tree1233b4b1f21f6af35f75d49f6dead2740a9ff137 /Modules/GenerateExportHeader.cmake
parent8ef15df7000bc514b941f04784bccb340f9638b4 (diff)
downloadcmake-40efa4db7462312ab9b2c82e601acba0ab67ca19.tar.gz
Fix documented function signature to match reality.
The function description is already correct.
Diffstat (limited to 'Modules/GenerateExportHeader.cmake')
-rw-r--r--Modules/GenerateExportHeader.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/GenerateExportHeader.cmake b/Modules/GenerateExportHeader.cmake
index f3f61f6eec..0d9a3b8ae3 100644
--- a/Modules/GenerateExportHeader.cmake
+++ b/Modules/GenerateExportHeader.cmake
@@ -18,7 +18,7 @@
# [PREFIX_NAME <prefix_name>]
# )
#
-# ADD_COMPILER_EXPORT_FLAGS( [FATAL_WARNINGS] )
+# ADD_COMPILER_EXPORT_FLAGS( [<output_variable>] )
#
# By default GENERATE_EXPORT_HEADER() generates macro names in a file name
# determined by the name of the library. The ADD_COMPILER_EXPORT_FLAGS function