Skip to content

Commit

Permalink
Issue #27: removed hard-coded ZLIB_ROOT from CMake discovery script
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Apr 8, 2019
1 parent e6ab160 commit 40894f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/epiphansdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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 40894f7

Please sign in to comment.