fix cmake error in minimize ubuntu 20.04 and vcpkg ci pipeline (#159)

This commit is contained in:
helintongh 2023-01-19 17:29:48 -06:00 committed by GitHub
parent 3650d67092
commit 6c046ce606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,9 @@ project(yaLanTingLibs
include_directories(include)
#the thread library of the system.
find_package(Threads REQUIRED)
include(cmake/utils.cmake)
include(cmake/struct_pb.cmake)
include(cmake/build.cmake)

View File

@ -1,6 +1,3 @@
#the thread library of the system.
find_package(Threads REQUIRED)
# 3rd-party package load
option(USE_CONAN "Use conan package manager" OFF)
if(USE_CONAN)