Browse Source

Try 4

pull/432/head
Unmanned Player 7 years ago
parent
commit
892bbe5eb3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -75,7 +75,7 @@ if (HAVE_INTTYPES_H)
endif()

if (MSVC)
check_symbol_exists(isnan "float.h" HAVE_DECL_ISNAN)
check_symbol_exists(isnan "math.h" HAVE_DECL_ISNAN)
check_symbol_exists(_isnan "float.h" HAVE_DECL__ISNAN)
else()
check_symbol_exists(isnan "math.h" HAVE_DECL_ISNAN)


Loading…
Cancel
Save