Skip to content

Commit

Permalink
Add REQUIRED for fallback CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cNoNim committed Jan 30, 2024
1 parent 0650c47 commit 75ca734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ set(
mark_as_advanced(GLAD_CMAKE_DIR)

list(APPEND CMAKE_PREFIX_PATH ${GLAD_SOURCES_DIR})
find_package(Glad)
find_package(Glad REQUIRED)

0 comments on commit 75ca734

Please sign in to comment.