Skip to content

Commit

Permalink
hide glfw3 cmake variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aoterodelaroza committed Feb 12, 2024
1 parent aa2c79d commit ecc9a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Modules/FindGLFW3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ find_path(GLFW3_INCLUDE_DIR "GLFW/glfw3.h" PATHS ${_glfw3_HEADER_SEARCH_DIRS})
# Search for the library
FIND_LIBRARY(GLFW3_LIBRARY NAMES glfw3 glfw PATHS ${_glfw3_LIB_SEARCH_DIRS} )
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GLFW3 DEFAULT_MSG
GLFW3_LIBRARY GLFW3_INCLUDE_DIR)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GLFW3 DEFAULT_MSG GLFW3_LIBRARY GLFW3_INCLUDE_DIR)
mark_as_advanced(GLFW3_INCLUDE_DIR GLFW3_LIBRARY)

0 comments on commit ecc9a4d

Please sign in to comment.