diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-27 18:12:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-27 18:12:33 (GMT) |
commit | fa1418fbd723351c5ff4c7f0e24aa4699d8f7bca (patch) | |
tree | 99f7be39c4c3cc5ccb822d707069286c6c10e765 /Templates/CCMakeSystemConfig.cmake.in | |
parent | c751d2ebff5b95b0f00c09ef6203d70f323c8144 (diff) | |
download | CMake-fa1418fbd723351c5ff4c7f0e24aa4699d8f7bca.zip CMake-fa1418fbd723351c5ff4c7f0e24aa4699d8f7bca.tar.gz CMake-fa1418fbd723351c5ff4c7f0e24aa4699d8f7bca.tar.bz2 |
Cleanup configure scripts
Diffstat (limited to 'Templates/CCMakeSystemConfig.cmake.in')
-rw-r--r-- | Templates/CCMakeSystemConfig.cmake.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Templates/CCMakeSystemConfig.cmake.in b/Templates/CCMakeSystemConfig.cmake.in index 18543f6..9a61a37 100644 --- a/Templates/CCMakeSystemConfig.cmake.in +++ b/Templates/CCMakeSystemConfig.cmake.in @@ -100,18 +100,8 @@ SET (CMAKE_BUILD_TOOL make CACHE INTERNAL SET (CMAKE_ANSI_CFLAGS "@CMAKE_ANSI_CFLAGS@" CACHE INTERNAL "What flags are required by the c++ compiler to make it ansi.") - -SET (CMAKE_SIZEOF_INT @CMAKE_SIZEOF_INT@ CACHE INTERNAL "Size of int data type") -SET (CMAKE_SIZEOF_LONG @CMAKE_SIZEOF_LONG@ CACHE INTERNAL "Size of long data type") -SET (CMAKE_SIZEOF_VOID_P @CMAKE_SIZEOF_VOID_P@ CACHE INTERNAL "Size of void* data type") -SET (CMAKE_SIZEOF_CHAR @CMAKE_SIZEOF_CHAR@ CACHE INTERNAL "Size of char data type") -SET (CMAKE_SIZEOF_SHORT @CMAKE_SIZEOF_SHORT@ CACHE INTERNAL "Size of short data type") -SET (CMAKE_SIZEOF_FLOAT @CMAKE_SIZEOF_FLOAT@ CACHE INTERNAL "Size of float data type") -SET (CMAKE_SIZEOF_DOUBLE @CMAKE_SIZEOF_DOUBLE@ CACHE INTERNAL "Size of double data type") - FIND_PROGRAM(CMAKE_MAKE_PROGRAM NAMES gmake make ) - IF(CMAKE_SYSTEM MATCHES "HP-UX.*") SET (CMAKE_C_SHLIB_LINK_FLAGS "-Wl,+s" CACHE INTERNAL "shared link flags for cc") SET (CMAKE_C_SHLIB_RUNTIME_FLAG "-Wl,+b," CACHE INTERNAL "runtime directory flag for cc") |