Skip to content
Snippets Groups Projects
Commit 2359da21 authored by luyikei's avatar luyikei Committed by Hugo Beauzée-Luyssen
Browse files

CMakeLists: Fix typo


Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent f09d610e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ if (Qt5Core_FOUND)
if(WITH_GUI)
find_package(Qt5 COMPONENTS Widgets Gui Xml Network)
else()
find_packages(Qt5 COMPONENTS Xml Network)
find_package(Qt5 COMPONENTS Xml Network)
endif()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment