Skip to content

Commit

Permalink
qt5opengl cmakelists bug + CMake/common bump (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodhajski authored Jun 24, 2019
1 parent 038e139 commit 5eb8540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/common
Submodule common updated 2 files
+6 −5 Common.cmake
+5 −1 CommonCPack.cmake
2 changes: 1 addition & 1 deletion deflect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ common_library(Deflect)

add_subdirectory(server)

if(Qt5Qml_FOUND AND Qt5Quick_FOUND AND QtOpenGL_FOUND AND
if(Qt5Qml_FOUND AND Qt5Quick_FOUND AND Qt5OpenGL_FOUND AND
NOT Qt5Quick_VERSION VERSION_LESS 5.4)
add_subdirectory(qt)
endif()

0 comments on commit 5eb8540

Please sign in to comment.