Skip to content

Commit

Permalink
Fix zlib includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Oct 13, 2016
1 parent 546e826 commit efcb011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/zlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ include(CheckFunctionExists)
include(CheckIncludeFile)
include(CheckCSourceCompiles)

INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR} )

check_include_file(sys/types.h HAVE_SYS_TYPES_H)
check_include_file(stdint.h HAVE_STDINT_H)
check_include_file(stddef.h HAVE_STDDEF_H)
Expand Down

1 comment on commit efcb011

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kiva (nealkruis) - x86_64-MacOS-10.9-clang: OK (2343 of 2343 tests passed, 570 test warnings)

  • 570 tests had: AUD diffs.

Build Badge Test Badge

Please sign in to comment.