Skip to content

Commit

Permalink
Fix invalid LIBJPEG_DIR reference introduced in 3e9de78
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Mar 26, 2016
1 parent cf6be73 commit 85418c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down

0 comments on commit 85418c1

Please sign in to comment.