Changes
Summary
- 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 Type | Path in Repository | Path in Workspace |
---|---|---|
/code/trunk/cmake/tools/TargetUtilities.cmake (diff) | cmake/tools/TargetUtilities.cmake | |
/code/trunk/src/libraries/core/ApplicationPaths.cc (diff) | src/libraries/core/ApplicationPaths.cc | |
/code/trunk/src/libraries/core/ApplicationPaths.h (diff) | src/libraries/core/ApplicationPaths.h | |
/code/trunk/src/libraries/core/Core.cc (diff) | src/libraries/core/Core.cc | |
/code/trunk/src/libraries/core/module/PluginManager.cc (diff) | src/libraries/core/module/PluginManager.cc |