Skip to content

Commit

Permalink
disable hawkeye by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed May 30, 2024
1 parent c1957fc commit 49fa3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/hawkeye/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
option(PL_HAWKEYE "PL_HAWKEYE" ON)
option(PL_HAWKEYE "PL_HAWKEYE" OFF)

if(PL_HAWKEYE OR BUILD_ALL_PLUGINS)

Expand Down

0 comments on commit 49fa3ac

Please sign in to comment.