Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typo
Browse files Browse the repository at this point in the history
SpaceIm committed Sep 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4a2afde commit 1f811f4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/xz_utils/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE LibLZMA::LibLZMA)
# are properly defined in conan generators
set(_custom_vars
LIBLZMA_FOUND
LibLZMA_INCLUDE_DIRS
LIBLZMA_INCLUDE_DIRS
LIBLZMA_LIBRARIES
LIBLZMA_VERSION_MAJOR
LIBLZMA_VERSION_MINOR
2 changes: 1 addition & 1 deletion recipes/xz_utils/all/test_v1_package/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE LibLZMA::LibLZMA)
# are properly defined in conan generators
set(_custom_vars
LIBLZMA_FOUND
LibLZMA_INCLUDE_DIRS
LIBLZMA_INCLUDE_DIRS
LIBLZMA_LIBRARIES
LIBLZMA_VERSION_MAJOR
LIBLZMA_VERSION_MINOR

0 comments on commit 1f811f4

Please sign in to comment.