diff options
| author | Laurent Montel <[email protected]> | 2007-02-15 08:02:02 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2007-02-15 08:02:02 +0000 |
| commit | f7dd65dd780f1ab8ebb2ccab7f50fc8d28591a85 (patch) | |
| tree | 04da01ae3b636f5be0157f2293a723e1bd725cde /ConfigureChecks.cmake | |
| parent | f42d1d2c02eb7e608564f137ce97f9424d9c49f6 (diff) | |
config.h just add package name/version etc.
=> not necessary now that it's into kdebase
Cleanup CMakeList
svn path=/trunk/KDE/kdebase/apps/; revision=633749
Diffstat (limited to 'ConfigureChecks.cmake')
| -rw-r--r-- | ConfigureChecks.cmake | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake deleted file mode 100644 index e4219124d..000000000 --- a/ConfigureChecks.cmake +++ /dev/null @@ -1,37 +0,0 @@ -include(CheckIncludeFile) -include(CheckIncludeFiles) -include(CheckSymbolExists) -include(CheckFunctionExists) -include(CheckLibraryExists) -include(CheckPrototypeExists) -include(CheckTypeSize) -# The FindKDE4.cmake module sets _KDE4_PLATFORM_DEFINITIONS with -# definitions like _GNU_SOURCE that are needed on each platform. -set(CMAKE_REQUIRED_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS}) - -#now check for dlfcn.h using the cmake supplied CHECK_include_FILE() macro -# If definitions like -D_GNU_SOURCE are needed for these checks they -# should be added to _KDE4_PLATFORM_DEFINITIONS when it is originally -# defined outside this file. Here we include these definitions in -# CMAKE_REQUIRED_DEFINITIONS so they will be included in the build of -# checks below. -set(CMAKE_REQUIRED_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS}) -if (WIN32) - set(CMAKE_REQUIRED_LIBRARIES ${KDEWIN32_LIBRARIES} ) - set(CMAKE_REQUIRED_INCLUDES ${KDEWIN32_INCLUDES} ) -endif (WIN32) - -check_include_files(stdint.h HAVE_STDINT_H) -check_include_files(sys/types.h HAVE_SYS_TYPES_H) -check_include_files(ieeefp.h HAVE_IEEEFP_H) -check_include_files(mntent.h HAVE_MNTENT_H) -check_include_files(sys/loadavg.h HAVE_SYS_LOADAVG_H) -check_include_files(sys/mnttab.h HAVE_SYS_MNTTAB_H) -check_include_files("sys/param.h;sys/mount.h" HAVE_SYS_MOUNT_H) -check_include_files(sys/statfs.h HAVE_SYS_STATFS_H) -check_include_files(sys/statvfs.h HAVE_SYS_STATVFS_H) -check_include_files(sys/ucred.h HAVE_SYS_UCRED_H) -check_include_files(sys/vfs.h HAVE_SYS_VFS_H) - -check_function_exists(isinf HAVE_FUNC_ISINF) - |
