File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ modules:
2929 buildsystem : cmake
3030 sources :
3131 - type : archive
32- url : https://github.com/boostorg/boost/releases/download/boost-1.89.0/boost-1.89.0-cmake.7z
33- sha256 : 252149f583054515b10688855b24ca1c16072b5118e603b8fe017894d319c262
32+ url : https://github.com/boostorg/boost/releases/download/boost-1.89.0/boost-1.89.0-cmake.tar.gz
33+ sha256 : 954a01219bf818c7fb850fa610c2c8c71a4fa28fa32a1900056bcb6ff58cf908
3434 config-opts :
3535 - -DBUILD_TESTING=ON
3636 - -DBOOST_ENABLE_PYTHON=ON
@@ -115,4 +115,6 @@ modules:
115115 - -DCMAKE_BUILD_TYPE=Release
116116 - -DCPM_SOURCE_CACHE=/app/share
117117 - -DBoost_DIR=/app/lib64/cmake/Boost-1.86.0
118- - -DBOOST_ROOT=/app
118+ - -DBOOST_ROOT=/app
119+ - -DGLUT_INCLUDE_DIR=/app/include
120+ - DGLUT_glut_LIBRARY=/app/lib/libglut.so
Original file line number Diff line number Diff line change 3333#include <windows.h>
3434#endif
3535#ifdef __UNIX__
36- #include <GL/glut.h> // Header File For The GLUT Library
3736#include <GL/glx.h> // Header file fot the glx libraries.
3837#endif
3938#if defined(__APPLE__ )
You can’t perform that action at this time.
0 commit comments