mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-05 18:19:41 +00:00
[General] Add missing parenthesis to CMakeLists.txt in components
This commit is contained in:
parent
e05ea03fb9
commit
a64bd5e11b
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ endif()
|
|||
#
|
||||
# Don't require Qt when building the server
|
||||
if (USE_QT)
|
||||
if (BUILD_OPENMW OR BUILD_OPENCS
|
||||
if (BUILD_OPENMW OR BUILD_OPENCS)
|
||||
target_link_libraries(components Qt5::Widgets Qt5::Core)
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue