mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add REQUIRED to Threads
Build fails on Ubuntu 19.04
This commit is contained in:
parent
9194f5cf83
commit
ba3ed016f3
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ endif()
|
|||
|
||||
target_include_directories(chiaki-lib PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
|
||||
find_package(Threads)
|
||||
find_package(Threads REQUIRED)
|
||||
target_link_libraries(chiaki-lib Threads::Threads)
|
||||
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue