This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Try 4
pull/432/head
Unmanned Player
7 years ago
parent
6f93e8c84b
commit
892bbe5eb3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save