Skip to content

Commit

Permalink
Rename JPEG library name in hunter add package
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmaksour authored Aug 27, 2018
1 parent c5d655a commit 8c829e7
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 @@ -51,7 +51,7 @@ option(BUILD_PROG "Build utility programs" OFF)

if(NOT EXISTS ${PROJECT_SOURCE_DIR}/.cppan)
find_package(GIF)
hunter_add_package(Jpeg)
hunter_add_package(JPEG)
find_package(JPEG CONFIG REQUIRED)
hunter_add_package(PNG)
find_package(PNG CONFIG REQUIRED)
Expand Down

0 comments on commit 8c829e7

Please sign in to comment.