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)