diff options
author | Stephen Kelly <steveire@gmail.com> | 2011-08-25 18:30:58 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2011-08-25 18:39:00 (GMT) |
commit | 826374a45ac8eb7fef9c41a391b1ca759c5a2b31 (patch) | |
tree | 2b4b328cad0ffbe925b055bb28d304a594292d62 /Modules | |
parent | 8b9b8e1676887a5b35dca0fb39e8538c10b2b00a (diff) | |
download | CMake-826374a45ac8eb7fef9c41a391b1ca759c5a2b31.zip CMake-826374a45ac8eb7fef9c41a391b1ca759c5a2b31.tar.gz CMake-826374a45ac8eb7fef9c41a391b1ca759c5a2b31.tar.bz2 |
Remove blank line at the start of the file.
A blank line excludes the file from documentation processing.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/GenerateExportHeader.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/GenerateExportHeader.cmake b/Modules/GenerateExportHeader.cmake index 8d6cab9..b441f3c 100644 --- a/Modules/GenerateExportHeader.cmake +++ b/Modules/GenerateExportHeader.cmake @@ -1,6 +1,4 @@ - # - Function for generation of export macros for libraries -# # This module provides the function GENERATE_EXPORT_HEADER() and the # accompanying ADD_COMPILER_EXPORT_FLAGS() function. # |