On 30 March 2014 16:31, Lukas W. <[email protected]> wrote: >> We need a buildbot :-)
> We have: https://travis-ci.org/LMMS/lmms Yes, I thought we did! The problem appears solved by doing a fresh code pull, and only those of us updating an old copy of the tree through the push appear to have a problem. Thankfully a fresh pull and build only takes about 10 minutes here :-) I did a fresh git clone to test. Without the submodule clone, CMake warns you: === CMake Warning (dev) in plugins/zynaddsubfx/src/Samples/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "zynaddsubfx_samples" has an INTERFACE_LINK_LIBRARIES property. This should be preferred as the source of the link interface for this library but because CMP0022 is not set CMake is ignoring the property and using the link implementation as the link interface instead. INTERFACE_LINK_LIBRARIES: zynaddsubfx_samples Link implementation: (empty) === ... but the resulting ZASFX works. - d. ------------------------------------------------------------------------------ _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
