Skip to content

Commit

Permalink
w8
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 14, 2024
1 parent e1bfcc0 commit af4387e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/DARTFindOpenGL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ if(POLICY CMP0072)
endif()

# Use OpenGL config if available
find_package(OpenGL QUIET CONFIG)
find_package(OpenGL CONFIG)
# Otherwise, fall back to FindOpenGL.cmake provided by CMake
if(NOT OPENGL_FOUND)
find_package(OpenGL QUIET MODULE)
find_package(OpenGL MODULE)
endif()

message(STATUS "[DEBUG] CMAKE_LIBRARY_ARCHITECTURE: ${CMAKE_LIBRARY_ARCHITECTURE}")
Expand Down

0 comments on commit af4387e

Please sign in to comment.