Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@
#
################################################################################


@PACKAGE_INIT@

if(NOT TARGET Threads::Threads)
find_package(Threads REQUIRED)
endif()
Comment thread
simogasp marked this conversation as resolved.
Outdated

include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
check_required_components("@PROJECT_NAME@")