Skip to content

Commit

Permalink
Issue #23: hard-coding zlib root #27 in CMake file
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Mar 20, 2019
1 parent ef231cb commit 9cf9b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/epiphansdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if(NOT DEFINED ENV{EpiphanSDK_DIR})
endif(NOT DEFINED ENV{EpiphanSDK_DIR})

# ZLIB
SET(ZLIB_ROOT "C:\Program Files\zlib\zlib-1.2.3-lib") # TODO: this should not be hard-coded
FIND_PACKAGE(ZLIB REQUIRED)

# pthreads
Expand Down

0 comments on commit 9cf9b2e

Please sign in to comment.