From c4283e40504a0878533fc8d63445ac5eeb3584ea Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 6 Jan 2021 15:13:12 +0800 Subject: remove unnecessary find_package() in CMakeLists.txt --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60e8618..b21367f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,6 @@ ENDIF() MESSAGE(STATUS "Lua library: ${LUA_LIBRARIES}") enable_language( CXX ) -find_package( Lua REQUIRED ) include_directories( src ${LUA_INCLUDE_DIR} ) add_definitions( -std=c++17 -O3 ) -- cgit v1.2.3-55-g6feb