We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba8512 commit fbf9ba8Copy full SHA for fbf9ba8
CMakeLists.txt
@@ -41,7 +41,7 @@ option(ENABLE_EGL "Enable EGL support if available" ON)
41
option(ENABLE_GLX "Enable GLX support if available" ON)
42
# For now, we'll default to whatever OpenCSG uses (>=1.6 -> GLAD, <1.6 -> GLEW)
43
option(USE_GLAD "Use GLAD. Mutually exclusive from USE_GLEW" OFF)
44
-option(USE_GLEW "Use GLEW. Mutually exclusive from USE_GLEW" OFF)
+option(USE_GLEW "Use GLEW. Mutually exclusive from USE_GLAD" OFF)
45
option(NULLGL "Build without OpenGL, (implies HEADLESS=ON) " OFF)
46
option(IDPREFIX "Prefix CSG nodes with index # (debugging purposes only, will break node cache)" OFF)
47
option(PROFILE "Enable compiling with profiling / test coverage instrumentation" OFF)
0 commit comments