Skip to content

Commit

Permalink
Merge pull request #2203 from mavlink/update-re2
Browse files Browse the repository at this point in the history
Update re2
  • Loading branch information
julianoes authored Dec 28, 2023
2 parents b3537c6 + 2ab81a0 commit f99274f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/re2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project(external-re2)
include(ExternalProject)

list(APPEND CMAKE_ARGS
"-DCMAKE_PREFIX_PATH:PATH=${CMAKE_PREFIX_PATH}"
"-DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_INSTALL_PREFIX}"
"-DCMAKE_TOOLCHAIN_FILE:PATH=${CMAKE_TOOLCHAIN_FILE}"
"-DCMAKE_POSITION_INDEPENDENT_CODE=ON"
Expand All @@ -26,7 +27,7 @@ endforeach()

ExternalProject_add(
re2
URL https://github.com/google/re2/archive/2022-04-01.tar.gz
URL https://github.com/google/re2/archive/2023-11-01.tar.gz
PREFIX re2
CMAKE_ARGS "${CMAKE_ARGS}"
)

0 comments on commit f99274f

Please sign in to comment.