You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #546 from ferdnyc/dump-thread-configs
CMake: Remove threading config variables
This commit is contained in:
@@ -317,11 +317,6 @@ foreach(ff_comp IN LISTS all_comps)
|
||||
|
||||
endforeach()
|
||||
|
||||
################### Threads ####################
|
||||
# Threading library -- uses IMPORTED target Threads::Threads (since CMake 3.1)
|
||||
set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
|
||||
set(THREADS_PREFER_PTHREAD_FLAG TRUE)
|
||||
|
||||
################### OPENMP #####################
|
||||
# Check for OpenMP (used for multi-core processing)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user