Skip to content

Commit

Permalink
modules: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pezcode committed Dec 9, 2022
1 parent b595419 commit d78825e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/FindMagnumPlugins.cmake
Expand Up @@ -271,7 +271,7 @@ foreach(_component ${MagnumPlugins_FIND_COMPONENTS})

# Dynamic plugins don't have any prefix (e.g. `lib` on Linux),
# search with empty prefix and then reset that back so we don't
# accidentaly break something else
# accidentally break something else
set(_tmp_prefixes "${CMAKE_FIND_LIBRARY_PREFIXES}")
set(CMAKE_FIND_LIBRARY_PREFIXES "${CMAKE_FIND_LIBRARY_PREFIXES};")

Expand Down

0 comments on commit d78825e

Please sign in to comment.