diff options
author | Chris Robinson <[email protected]> | 2012-09-18 11:28:47 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-09-18 11:28:47 -0700 |
commit | 6005e7f27f831315f8549aabeff63fe734bee43c (patch) | |
tree | 3a824ba79fcb864310c3356d2841e42debbf4fb3 /CMakeLists.txt | |
parent | e779e64c952ab59799c046f546737af80fa0533a (diff) |
fpu_control.h is no longer used
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 88e2a38c..ce5e7a10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -240,7 +240,6 @@ CHECK_C_SOURCE_COMPILES("int foo(const char *str, ...) __attribute__((format(pri CHECK_INCLUDE_FILE(cpuid.h HAVE_CPUID_H) CHECK_INCLUDE_FILE(fenv.h HAVE_FENV_H) -CHECK_INCLUDE_FILE(fpu_control.h HAVE_FPU_CONTROL_H) CHECK_INCLUDE_FILE(float.h HAVE_FLOAT_H) CHECK_INCLUDE_FILE(ieeefp.h HAVE_IEEEFP_H) CHECK_INCLUDE_FILE(guiddef.h HAVE_GUIDDEF_H) |