mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Fix invalid LIBJPEG_DIR reference introduced in 3e9de78fa26971f0d2e57b09f971c17714640022
This commit is contained in:
parent
cf6be7349b
commit
85418c1530
@ -235,7 +235,7 @@ if(USE_SHARED_JPEGLIB)
|
||||
find_package(JPEG REQUIRED)
|
||||
else()
|
||||
set(JPEG_LIBRARIES jpeg)
|
||||
set(JPEG_INCLUDE_DIRS ${LIBJPEG_DIRS})
|
||||
set(JPEG_INCLUDE_DIRS ${LIBJPEG_DIR})
|
||||
endif()
|
||||
include_directories(${JPEG_INCLUDE_DIRS})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user