diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e92c2b7..0309b27a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,7 +130,7 @@ set(MAGNUMINTEGRATION_VERSION_MONTH 6) # all plugins are put into the same place, so PluginManager has a single # place to look into; and thanks to the dynamic libraries being there as # well, this location can be automagically detected as relative to -# Directory::libraryLocation(). +# Utility::Path::libraryLocation(). # - Thanks to the $ being part of the output path, you are always sure # you never accidentally mix up debug/release libraries when switching # CMAKE_BUILD_TYPE in an existing build dir.