Permalink
Browse files
CMake: Fix lzma include dir
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
CMakeLists.txt
|
|
@@ -588,7 +588,7 @@ elseif(USE_ZLIB) |
|
|
endif()
|
|
|
|
|
|
if (USE_LZMA)
|
|
|
- include_directories(AFTER ${CMAKE_CURRENT_SOURCE_DIR}/third-party/lzma)
|
|
|
+ include_directories(AFTER ${CMAKE_CURRENT_SOURCE_DIR}/src/third-party/lzma)
|
|
|
add_definitions(-D_7ZIP_PPMD_SUPPPORT)
|
|
|
list(APPEND VFS_SRC ${CMAKE_CURRENT_SOURCE_DIR}/src/util/vfs/vfs-lzma.c)
|
|
|
set(LZMA_SRC
|
|
|
|
0 comments on commit
c76b1b7