Skip to content

Commit

Permalink
Issue #23, #27: fixed backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Mar 20, 2019
1 parent f51fbcd commit 0daddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/epiphansdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0daddee

Please sign in to comment.