Fix typos

This commit is contained in:
David Hrdlička
2021-12-17 07:41:07 +01:00
parent 7df9e2a454
commit 275919859a
4 changed files with 7 additions and 7 deletions

View File

@@ -30,8 +30,8 @@ endif()
if (NOT CPPTHREADS)
target_sources(plat PRIVATE unix_thread.c)
set(THREADS_PREFER_PTHREAD_FLAG TRUE)
find_package(Threads REQUIRED)
target_link_libraries(86Box Threads::Threads)
endif()
set(THREADS_PREFER_PTHREAD_FLAG TRUE)
find_package(Threads REQUIRED)
target_link_libraries(86Box Threads::Threads)