Skip to content

Commit

Permalink
w2
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 14, 2024
1 parent f51b0c8 commit cfe35b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DARTFindOpenGL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(NOT OPENGL_FOUND)
endif()

if(NOT OPENGL_FOUND)
message(FATAL_ERROR "[DEBUG] OpenGL not found. Disabling OpenGL support.")s
message(FATAL_ERROR "[DEBUG] OpenGL not found. Disabling OpenGL support.")
endif()

cmake_policy(POP)
Expand Down

0 comments on commit cfe35b9

Please sign in to comment.