1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-05-11 08:41:31 +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 # Don't require Qt when building the server
if (USE_QT) if (USE_QT)
if (BUILD_OPENMW OR BUILD_OPENCS if (BUILD_OPENMW OR BUILD_OPENCS)
target_link_libraries(components Qt5::Widgets Qt5::Core) target_link_libraries(components Qt5::Widgets Qt5::Core)
endif() endif()
endif() endif()