Skip to content

Commit

Permalink
Another attempt to fix OpenGL cmake integration
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed May 24, 2024
1 parent 0493e28 commit a3a0639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ncine_imported_targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ elseif(NOT ANDROID AND NOT NCINE_BUILD_ANDROID) # GCC and LLVM
find_package(GLEW)
endif()
if(NOT NINTENDO_SWITCH)
set(OPENGL_USE_OPENGL ON)
find_package(OpenGL REQUIRED)
endif()
if(NCINE_ARM_PROCESSOR)
Expand Down

0 comments on commit a3a0639

Please sign in to comment.