1
0

fix ci cmakelists typo error

This commit is contained in:
mckaygerhard 2024-05-30 22:05:04 -04:00
parent c0f4c4de3e
commit 4171d9cc87

View File

@ -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)