1
0
Fork 1
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:
David Cernat 2021-07-25 21:47:23 +02:00
parent e05ea03fb9
commit a64bd5e11b

View file

@ -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()