mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
address code review comments
This commit is contained in:
@@ -24,8 +24,6 @@ set(battleAI_HEADERS
|
|||||||
BattleExchangeVariant.h
|
BattleExchangeVariant.h
|
||||||
)
|
)
|
||||||
|
|
||||||
find_package(TBB REQUIRED)
|
|
||||||
|
|
||||||
if(NOT ENABLE_STATIC_LIBS)
|
if(NOT ENABLE_STATIC_LIBS)
|
||||||
list(APPEND battleAI_SRCS main.cpp StdInc.cpp)
|
list(APPEND battleAI_SRCS main.cpp StdInc.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
@@ -519,7 +519,7 @@ if(ENABLE_LAUNCHER OR ENABLE_EDITOR)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ENABLE_NULLKILLER_AI AND ENABLE_CLIENT)
|
if(ENABLE_CLIENT)
|
||||||
find_package(TBB REQUIRED)
|
find_package(TBB REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@@ -21,9 +21,8 @@ class VCMI(ConanFile):
|
|||||||
"sdl_ttf/[~2.0.18]",
|
"sdl_ttf/[~2.0.18]",
|
||||||
"onetbb/[^2021.3]",
|
"onetbb/[^2021.3]",
|
||||||
]
|
]
|
||||||
_nullkillerAIRequires = [
|
|
||||||
]
|
requires = _libRequires + _clientRequires
|
||||||
requires = _libRequires + _clientRequires + _nullkillerAIRequires
|
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
"default_options_of_requirements": [True, False],
|
"default_options_of_requirements": [True, False],
|
||||||
|
Reference in New Issue
Block a user