Skip to content

Commit

Permalink
Updating to the latest version of rego-cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Johnson <matjoh@microsoft.com>
  • Loading branch information
matajoh authored and davidchisnall committed Jun 24, 2024
1 parent 9e0abbd commit ed3a8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif ()
if (DEFINED ENV{REGOCPP_TAG})
set(REGOCPP_TAG $ENV{REGOCPP_TAG})
else ()
set(REGOCPP_TAG "1ea2261e5fd5cde09fa726bd58aad2140a7161b2")
set(REGOCPP_TAG "cfabe01a63e1d302e3924d03531aa0ad41e8947b")
endif()

include(FetchContent)
Expand Down

0 comments on commit ed3a8df

Please sign in to comment.