Skip to content

Commit

Permalink
change Boost-custom-args example to test build error
Browse files Browse the repository at this point in the history
Build error happen when CONFIG_MACRO is in the last position of CMAKE_ARGS
  • Loading branch information
ibasurto committed Nov 20, 2017
1 parent b818355 commit 162cb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Boost-custom-args/config.cmake
Expand Up @@ -2,6 +2,6 @@ hunter_config(
Boost
VERSION ${HUNTER_Boost_VERSION}
CMAKE_ARGS
CONFIG_MACRO=BOOST_REGEX_MATCH_EXTRA;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
CONFIG_MACRO_BOOST_MPL_LIMIT_LIST_SIZE=3
CONFIG_MACRO=BOOST_REGEX_MATCH_EXTRA;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
)

0 comments on commit 162cb26

Please sign in to comment.