Skip to content

Commit

Permalink
Fix CMake config file for CMake policy CMP0167
Browse files Browse the repository at this point in the history
This fixes a CMake warning seen by projects that depend on emv-utils.
  • Loading branch information
leonlynch committed Nov 18, 2024
1 parent 5cb9128 commit 0fb838a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if(ISO8859_IMPL STREQUAL "boost")

# The EMV_UTILS_PACKAGE_DEPENDENCIES variable is set for the parent scope to
# facilitate the generation of CMake package configuration files.
list(APPEND EMV_UTILS_PACKAGE_DEPENDENCIES "Boost COMPONENTS locale")
list(APPEND EMV_UTILS_PACKAGE_DEPENDENCIES "Boost COMPONENTS locale CONFIG")
set(EMV_UTILS_PACKAGE_DEPENDENCIES ${EMV_UTILS_PACKAGE_DEPENDENCIES} PARENT_SCOPE)
endif()
if(ISO8859_IMPL STREQUAL "iconv")
Expand Down

0 comments on commit 0fb838a

Please sign in to comment.