diff --git a/cmake/epiphansdk/CMakeLists.txt b/cmake/epiphansdk/CMakeLists.txt index 6edf3b5..aa1c5c4 100644 --- a/cmake/epiphansdk/CMakeLists.txt +++ b/cmake/epiphansdk/CMakeLists.txt @@ -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