diff options
author | Brad King <brad.king@kitware.com> | 2013-02-25 18:11:19 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-02-25 18:11:19 (GMT) |
commit | 3044443b405c16253eb1de9019e0a2556b20d0cf (patch) | |
tree | f2a2d1b10fceaedb4d2b3e69bd8252d1601a2a35 /Modules | |
parent | e597ba29288db609d0c3c797848fa7649851b1ee (diff) | |
parent | 0ebf332199084fbc0bab789c9a66252094588f1e (diff) | |
download | CMake-3044443b405c16253eb1de9019e0a2556b20d0cf.zip CMake-3044443b405c16253eb1de9019e0a2556b20d0cf.tar.gz CMake-3044443b405c16253eb1de9019e0a2556b20d0cf.tar.bz2 |
Merge topic 'fix-GEH-docs'
0ebf332 Fix GenerateExportHeader documentation #13936
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/GenerateExportHeader.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/GenerateExportHeader.cmake b/Modules/GenerateExportHeader.cmake index ce23d5d..aa54534 100644 --- a/Modules/GenerateExportHeader.cmake +++ b/Modules/GenerateExportHeader.cmake @@ -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, # SOMELIB_DEPRECATED, SOMELIB_DEPRECATED_EXPORT and SOMELIB_DEPRECATED_NO_EXPORT. # The resulting file should be installed with other headers in the library. |