diff --git a/Formula/crosslang.rb b/Formula/crosslang.rb index 06fc22a..349adca 100644 --- a/Formula/crosslang.rb +++ b/Formula/crosslang.rb @@ -5,7 +5,7 @@ class Crosslang < Formula sha256 "170b7c4cee235de4aa858be345f4fea07ae455efab18e585cd9625944b237e64" license "GPLv3" depends_on "cmake" => :build - depends_on "tessesframework" + depends_on "tesses50/tesses-tap/tessesframework" def install system "cmake", "-S", ".", "-B", "build", "-DCROSSLANG_FETCHCONTENT=OFF", *std_cmake_args system "cmake", "--build", "build"