|
Change Type | Path in Repository | Path in Workspace |
---|
| /code/trunk/src/test.txt | src/test.txt |
Revision
11694
by Fabian Landau:
CMP0026 is deprecated in recent versions of CMake -> moved it to the APPLE section because it seems to be used only there and therefore should be fixed there |
Change Type | Path in Repository | Path in Workspace |
---|
| /code/trunk/src/CMakeLists.txt | src/CMakeLists.txt |
Revision
11693
by Fabian Landau:
apparently we must create the directory for module/plugin-files manually to make it work with some (older?) versions of CMake |
Change Type | Path in Repository | Path in Workspace |
---|
| /code/trunk/cmake/tools/TargetUtilities.cmake | cmake/tools/TargetUtilities.cmake |
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 Type | Path in Repository | Path in Workspace |
---|
| /code/trunk/cmake/tools/TargetUtilities.cmake | cmake/tools/TargetUtilities.cmake |
| /code/trunk/src/libraries/core/ApplicationPaths.cc | src/libraries/core/ApplicationPaths.cc |
| /code/trunk/src/libraries/core/ApplicationPaths.h | src/libraries/core/ApplicationPaths.h |
| /code/trunk/src/libraries/core/Core.cc | src/libraries/core/Core.cc |
| /code/trunk/src/libraries/core/module/PluginManager.cc | src/libraries/core/module/PluginManager.cc |
|
Change Type | Path in Repository | Path in Workspace |
---|
| /code/trunk/src/libraries/core/Core.cc | src/libraries/core/Core.cc |