Skip to content

Commit

Permalink
Fix a syntax error in external_jpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Mar 21, 2022
1 parent 77f023b commit 1711697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/jpeg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif()
add_library(external_jpeg STATIC IMPORTED GLOBAL)
add_library(desktop-app::external_jpeg ALIAS external_jpeg)

elseif (WIN32)
if (WIN32)
set(jpeg_lib_loc ${libs_loc}/mozjpeg)
target_include_directories(external_jpeg SYSTEM INTERFACE ${jpeg_lib_loc})
set_target_properties(external_jpeg PROPERTIES
Expand Down

0 comments on commit 1711697

Please sign in to comment.