Skip to content

Commit

Permalink
Merge pull request IntelRealSense#7301 from robtherich/master
Browse files Browse the repository at this point in the history
define SQLITE_HAVE_ISNAN so xcode 10 will compile
  • Loading branch information
dorodnic authored Oct 27, 2020
2 parents 50fb601 + b7f390a commit fe0a6b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMake/unix_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ macro(os_set_flags)
else()
set(BACKEND RS2_USE_V4L2_BACKEND)
endif()

add_definitions(-DSQLITE_HAVE_ISNAN)
endmacro()

macro(os_target_config)
Expand Down

0 comments on commit fe0a6b1

Please sign in to comment.