Skip to content

Commit

Permalink
cmake: fix typo in cache variable
Browse files Browse the repository at this point in the history
The name with the typo isn't referenced anywhere in the repo, while the
correct spelling is used everywhere except the declaration.
  • Loading branch information
sthalik authored and mosra committed Oct 21, 2022
1 parent aa83854 commit 26cb8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ if(MAGNUM_TARGET_EGL AND NOT CORRADE_TARGET_WINDOWS)
else()
# TODO when CMake 3.22 can be relied on, clean this up to use a proper
# condition instead
cmake_dependent_option(MAGNUM_WITH_WINDWLESSEGLAPPLICATION "Build WindowlessEglApplication library" OFF "ON" OFF)
cmake_dependent_option(MAGNUM_WITH_WINDOWLESSEGLAPPLICATION "Build WindowlessEglApplication library" OFF "ON" OFF)
endif()
option(MAGNUM_WITH_EGLCONTEXT "Build EglContext library" OFF)

Expand Down

0 comments on commit 26cb8f3

Please sign in to comment.