FailedChanges

Summary

  1. with the latest CMake there are a lot of warnings about the usage of CMP0026. therefore the naming and content of the module/plugin-files had to be changed: old: <library-filename>.module with content <target-name> new: <target-name>.module with content <library-filename> this seems to comply better with cmake and works equally well in c++ (with some small adjustments). reference: https://cmake.org/cmake/help/v3.0/policy/CMP0026.html
Revision 11692 by Fabian Landau:
with the latest CMake there are a lot of warnings about the usage of CMP0026. therefore the naming and content of the module/plugin-files had to be changed:
old: <library-filename>.module with content <target-name>
new: <target-name>.module with content <library-filename>
this seems to comply better with cmake and works equally well in c++ (with some small adjustments).
reference: https://cmake.org/cmake/help/v3.0/policy/CMP0026.html
Change TypePath in RepositoryPath in Workspace
The file was modified/code/trunk/cmake/tools/TargetUtilities.cmake (diff)cmake/tools/TargetUtilities.cmake
The file was modified/code/trunk/src/libraries/core/ApplicationPaths.cc (diff)src/libraries/core/ApplicationPaths.cc
The file was modified/code/trunk/src/libraries/core/ApplicationPaths.h (diff)src/libraries/core/ApplicationPaths.h
The file was modified/code/trunk/src/libraries/core/Core.cc (diff)src/libraries/core/Core.cc
The file was modified/code/trunk/src/libraries/core/module/PluginManager.cc (diff)src/libraries/core/module/PluginManager.cc