Files
create/src/Mod/Ship
wmayer 16295d4121 CMake 2.8.12 and lower allowed the SOURCE signature in add_custom_command
In CMake 3.0 the policy CMP0050 was introduced where it could be set to OLD to keep this behaviour while for NEW an error was raised.
Since CMake 3.5.2 a warning comes up when using the OLD behaviour and that it will be removed in a future version.

In FreeCAD we switched to the new behaviour now and removed the SOURCE signature from add_custom_command which affects the macros
fc_copy_sources, fc_target_copy_resource and fc_target_copy_resource_flat and their usage.
It's not possible any more to add files to a target by using the macros. Now a file must be added to the target before using the macros.

This commit fixes it for Arch, Draft, OpenSCAD, Material, Plot and Ship
2018-08-20 11:47:39 +02:00
..
2018-04-14 10:40:31 +02:00
2018-04-14 10:40:31 +02:00
2016-12-27 18:56:30 +01:00
2017-10-15 16:27:42 +02:00
2012-01-24 15:47:22 -02:00
2016-11-24 17:59:21 -02:00
2016-01-21 18:56:28 +01:00

* Authors
---------

Jose Luis Cercós Pita <jlcercos@gmail.com>

* Introduction
--------------

FreeCAD-Ship is a free module for FreeCAD oriented to aid ship design providing most common tools (Outline drawing, hydrostatics, ...).