Skip to content

Commit

Permalink
remove unnecessary Threads::Threads linking
Browse files Browse the repository at this point in the history
  • Loading branch information
uyha committed Jan 20, 2023
1 parent 4533012 commit a46140c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/lely-core/all/test_package/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ cmake_minimum_required(VERSION 3.2)
project(test_package)

find_package(lely-core REQUIRED)
find_package(Threads REQUIRED)

add_executable("${PROJECT_NAME}" test_package.cpp)
target_link_libraries("${PROJECT_NAME}" PRIVATE lely-core::lely-core Threads::Threads)
target_link_libraries("${PROJECT_NAME}" PRIVATE lely-core::lely-core)
target_compile_features("${PROJECT_NAME}" PRIVATE cxx_std_11)

0 comments on commit a46140c

Please sign in to comment.