diff --git a/cmake/epiphansdk/CMakeLists.txt b/cmake/epiphansdk/CMakeLists.txt index aa1c5c4..b7511ea 100644 --- a/cmake/epiphansdk/CMakeLists.txt +++ b/cmake/epiphansdk/CMakeLists.txt @@ -6,7 +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 +SET(ZLIB_ROOT "C:\\Program Files\\zlib\\zlib-1.2.3-lib") # TODO: this should not be hard-coded FIND_PACKAGE(ZLIB REQUIRED) # pthreads