Skip to content
Snippets Groups Projects
Commit 09553787 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

CMake: typo in Qt5 libraries search

parent a84fa10c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ message(STATUS "Configuring BornAgain GUI")
find_package(Qt5Widgets REQUIRED)
find_package(Qt5Core REQUIRED)
find_package(Qt5GUI REQUIRED)
find_package(Qt5Gui REQUIRED)
find_package(Qt5Script REQUIRED)
find_package(Qt5Designer REQUIRED)
find_package(Qt5PrintSupport REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment