typo fixes, thanks stikonas
This commit is contained in:
parent
59bf6d7c5b
commit
853ef41723
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
#check for some playtform specific things and export defines accordingly...
|
||||
#check for some platform specific things and export defines accordingly...
|
||||
#done basically the same was as AC_CHECK_HEADERS and AC_CHECK_FUNCS in configure.ac
|
||||
#the file is basically built upon the info available at
|
||||
#http://www.vtk.org/Wiki/CMake_HowToDoPlatformChecks
|
||||
INCLUDE(CheckIncludeFiles)
|
||||
INCLUDE(CheckFunctionExists)
|
||||
INCLUDE(CheckIncludeFiles)
|
||||
INCLUDE(CheckFunctionExists)
|
||||
INCLUDE(CheckLibraryExists)
|
||||
|
||||
#the two includes below seem to not be required, those headers are checked for
|
||||
|
|
Loading…
Add table
Reference in a new issue