diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-25 15:14:42 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-25 15:14:42 +0100 |
commit | 809e20f2d7875d22374e9209902c38d0b93e3cec (patch) | |
tree | a00312e88a039d22cbb35369cf8ac59edca71eef /BUILD-CMAKE | |
parent | 32f0a546282d2ca64860714b0167d6a437ea4728 (diff) | |
download | mariadb-git-809e20f2d7875d22374e9209902c38d0b93e3cec.tar.gz |
Fix typos :
- opensolaris cmake package is SUNWcmake not SUNWCMake
- it is configure.cmake not config.cmake
Diffstat (limited to 'BUILD-CMAKE')
-rw-r--r-- | BUILD-CMAKE | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD-CMAKE b/BUILD-CMAKE index b5a01d52a5a..68c40167da5 100644 --- a/BUILD-CMAKE +++ b/BUILD-CMAKE @@ -14,7 +14,7 @@ line needs to be modified to e.g "yum install" on Fedora or "zypper install" on OpenSUSE. OpenSolaris: -shell> pfexec pkgadd install SUNWCMake +shell> pfexec pkgadd install SUNWcmake Windows and Mac OSX: Download and install the latest distribution from @@ -199,8 +199,8 @@ FOR PROGRAMMERS: WRITING PLATFORM CHECKS -------------------------------------------------------------- If you modify MySQL source and want to add a new platform check,please read http://www.vtk.org/Wiki/CMake_HowToDoPlatformChecks first. In MySQL, most of -the platform tests are implemented in config.cmake and the template header file -is config.h.cmake +the platform tests are implemented in configure.cmake and the template header +file is config.h.cmake Bigger chunks of functionality, for example non-trivial macros are implemented in files <src-root>/cmake subdirectory. |