Skip to content

Commit acd440f

Browse files
committed
CMakeLists.txt: print OGL disabled explicitly
1 parent 0e0d245 commit acd440f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ if(NOT BUILD_OPENGL STREQUAL "OFF" AND NOT OPENGL_ERROR)
138138
endif()
139139
elseif(BUILD_OPENGL STREQUAL "ON")
140140
message(FATAL_ERROR "OpenGL not found: ${OPENGL_ERROR}")
141+
else()
142+
message(STATUS "OpenGL disabled")
141143
endif()
142144
143145
if(HUFFMAN_GPU_CONST_TABLES)

0 commit comments

Comments
 (0)