ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module.

This commit is contained in:
Brad King
2002-12-30 11:02:31 -05:00
parent 6e4712d6ed
commit ea1467d056
7 changed files with 61 additions and 57 deletions

View File

@@ -3,7 +3,7 @@ PROJECT(LoadedCommand)
# set a definition
SET (TEST_COMMAND_TEST1 1)
INCLUDE (${CMAKE_ROOT}/Modules/CheckSizeOf.cmake)
INCLUDE (${CMAKE_ROOT}/Modules/CheckTypeSize.cmake)
CHECK_TYPE_SIZE(char SIZEOF_CHAR)
INCLUDE (${CMAKE_ROOT}/Modules/CheckFunctionExists.cmake)