mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
250d199aa1
* [sqlite3] Remove the restriction of using find_dependency(Threads) only under static linking * x-add-version Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
8 lines
166 B
CMake
8 lines
166 B
CMake
|
|
if(NOT WIN32)
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Threads)
|
|
endif()
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/unofficial-sqlite3-targets.cmake)
|