remove find package
Some checks failed
Clang-format Check / clang-format-check (push) Successful in 16s
Tests Check / test-check (push) Failing after 13s

This commit is contained in:
Timofey Khoruzhii 2023-05-09 01:50:53 +03:00
parent 644b555da9
commit d11fc80560

View file

@ -11,7 +11,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Add the Catch2 library
find_package(Catch2 REQUIRED)
find_package(yaml-cpp REQUIRED)
find_package(Lua 5.1 REQUIRED)