Merge topic 'fix-GEH-docs'

0ebf332 Fix GenerateExportHeader documentation #13936
This commit is contained in:
Brad King 2013-02-25 13:11:19 -05:00 committed by CMake Topic Stage
commit 3044443b40
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
# ... # ...
# }; # };
# #
# The CMake fragment will generate a file in the ${CMAKE_CURRENT_BUILD_DIR} # The CMake fragment will generate a file in the ${CMAKE_CURRENT_BINARY_DIR}
# called somelib_export.h containing the macros SOMELIB_EXPORT, SOMELIB_NO_EXPORT, # called somelib_export.h containing the macros SOMELIB_EXPORT, SOMELIB_NO_EXPORT,
# SOMELIB_DEPRECATED, SOMELIB_DEPRECATED_EXPORT and SOMELIB_DEPRECATED_NO_EXPORT. # SOMELIB_DEPRECATED, SOMELIB_DEPRECATED_EXPORT and SOMELIB_DEPRECATED_NO_EXPORT.
# The resulting file should be installed with other headers in the library. # The resulting file should be installed with other headers in the library.