mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:40:05 +00:00
TBB is used for Linux only
This commit is contained in:
parent
8a56d3deed
commit
3000e23cb1
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ find_package(spdlog)
|
|||
|
||||
check_cxx_symbol_exists(_LIBCPP_VERSION version LIBCPP)
|
||||
|
||||
if (NOT MSVC)
|
||||
if (LINUX)
|
||||
find_package(TBB)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue