ソースを参照

OpenGL instead of OpenGl

Nicolas Winkler 5 年 前
コミット
871911a910
1 ファイル変更1 行追加1 行削除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -10,7 +10,7 @@ set(CMAKE_AUTOUIC ON)
 
 find_package(Qt5 COMPONENTS Core Widgets OpenGL Xml REQUIRED)
 find_package(OpenMP)
-find_package(OpenGl)
+find_package(OPENGL_LIBRARIES)
 #set(Boost_DEBUG 1)
 set(Boost_USE_STATIC_LIBS ON)
 find_package(Boost 1.65 REQUIRED)