Skip to content

Commit c652b6d

Browse files
committed
CMAKE: removed superfluous find_package calls
1 parent 37a42e1 commit c652b6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ endif()
213213

214214
add_subdirectory(src/libs)
215215

216-
find_package(sqlite3 REQUIRED)
217-
find_package(lua REQUIRED)
218-
find_package(zlib REQUIRED)
219-
220216
configure_file(${ROOT_DIR}/src/config.h.in ${CMAKE_BINARY_DIR}/cp-config.h)
221217
include_directories(${CMAKE_BINARY_DIR})
222218

0 commit comments

Comments
 (0)