Skip to content

Commit

Permalink
Fix typo in FindYAJL
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed May 2, 2024
1 parent 8abe028 commit 99e0d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/FindYAJL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (YAJL_FOUND)
)
set_target_properties(yajl-static PROPERTIES
IMPORTED_LOCATION "${YAJL_STATIC_LIBRARY}"
IMPORTED_IMPLIB "${YAJL_SHARED_LIBRARY}"
IMPORTED_IMPLIB "${YAJL_STATIC_LIBRARY}"
INTERFACE_INCLUDE_DIRECTORIES "${YAJL_INCLUDE_DIR}"
)

Expand Down

0 comments on commit 99e0d03

Please sign in to comment.