Skip to content

Commit

Permalink
Merge pull request cryos#110 from cryos/qt5
Browse files Browse the repository at this point in the history
Missed a find call for Qt5
  • Loading branch information
cryos authored Oct 10, 2016
2 parents 64f7090 + 4f382dd commit dc64900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/qtopengl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ find_package(Eigen3 REQUIRED)
# compilers that support that notion.
include_directories(SYSTEM ${EIGEN3_INCLUDE_DIR})

find_package(Qt5OpenGL REQUIRED)
find_package(Qt5 COMPONENTS OpenGL REQUIRED)

set(HEADERS
glwidget.h
Expand Down

0 comments on commit dc64900

Please sign in to comment.