From 4171d9cc8788c497dd14a5b09dc2eb5a71b28119 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Thu, 30 May 2024 22:05:04 -0400 Subject: [PATCH] fix ci cmakelists typo error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9eeedb173..71fb21da8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -239,7 +239,7 @@ if(APPLE) endif() # Library pack -find_package(GMP REQUIRED)- +find_package(GMP REQUIRED) find_package(Json REQUIRED) find_package(Lua REQUIRED) add_subdirectory(lib/luautf8)