Skip to content

Commit 2264a27

Browse files
committed
Use CMAKE_SOURCE_DIR in zip library path
1 parent 86b7b22 commit 2264a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/zip.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(ZIP_SRC ${PROJECT_SOURCE_DIR}/thirdparty/zip/src)
1+
set(ZIP_SRC ${CMAKE_SOURCE_DIR}/thirdparty/zip/src)
22

33
add_library(zip SHARED
44
${ZIP_SRC}/zip.c

0 commit comments

Comments
 (0)