Browse Source

CMake: drop last remaining mention of Utility::Directory.

pull/15/head
Vladimír Vondruš 4 years ago
parent
commit
5ea50ee86e
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -79,7 +79,7 @@ set(MAGNUMBINDINGS_VERSION_MONTH 6)
# all plugins are put into the same place, so PluginManager has a single # 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 # place to look into; and thanks to the dynamic libraries being there as
# well, this location can be automagically detected as relative to # well, this location can be automagically detected as relative to
# Directory::libraryLocation(). # Utility::Path::libraryLocation().
# - Thanks to the $<CONFIG> being part of the output path, you are always sure # - Thanks to the $<CONFIG> being part of the output path, you are always sure
# you never accidentally mix up debug/release libraries when switching # you never accidentally mix up debug/release libraries when switching
# CMAKE_BUILD_TYPE in an existing build dir. # CMAKE_BUILD_TYPE in an existing build dir.

Loading…
Cancel
Save