Skip to content

Commit

Permalink
[ci] Remove bogus error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 4, 2024
1 parent b8b2e63 commit 34f7737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/deps/re2.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
if(OSSIA_USE_SYSTEM_LIBRARIES)
find_package(re2 QUIET CONFIG)
if(NOT TARGET re2::re2)
message(FATAL_ERROR yo)
find_library(RE2_LIBRARY NAMES re2)
find_path(RE2_INCLUDE_DIR re2/re2.h)

Expand Down

0 comments on commit 34f7737

Please sign in to comment.