Skip to content

Commit

Permalink
Fix boost
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jan 27, 2025
1 parent 3bb20e5 commit 74e1f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/FindBoostRegex.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ if(NOT BoostRegex_FOUND)
${BOOST_REGEX_PRIVATE_HEADERS_REGEX_V5})

target_compile_definitions(boost_regex INTERFACE BOOST_REGEX_STANDALONE)
target_compile_definitions(boost_regex INTERFACE BOOST_REGEX_USE_UNSIGNED_CHAR)

add_library(Boost::regex ALIAS boost_regex)

Expand Down

0 comments on commit 74e1f0d

Please sign in to comment.