mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
Don't impose unnecessary compile options on users
This is unexpected for users that take single job compilation as the default (which is always the case since forever). Users can change the default if they wish to use multicore for compilation.
This commit is contained in:
parent
70d9ea8034
commit
7fed0391ba
1 changed files with 0 additions and 4 deletions
|
@ -95,8 +95,4 @@ macro(qbt_common_config)
|
||||||
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (CMAKE_GENERATOR MATCHES "Visual Studio")
|
|
||||||
target_compile_options(qbt_common_cfg INTERFACE /MP)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
endmacro(qbt_common_config)
|
endmacro(qbt_common_config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue