[LAU] [Zynaddsubfx-user] zyn and the art of software maintenance

cal cal at graggrag.com
Sat Sep 19 07:34:45 EDT 2009


Atte Andre Jensen wrote:
[ ... ]
>     Target "yoshimi" links to item " fltk" which has leading or trailing
>     whitespace.  This is now an error according to policy CMP0004.

Could you maybe try this and let me know the result?
{{{
--- yoshimi-dev.orig/src/CMakeLists.txt
+++ yoshimi-dev/src/CMakeLists.txt
@@ -16,7 +16,7 @@
 
 project(Yoshimi)
 cmake_minimum_required(VERSION 2.6)
-cmake_policy(VERSION 2.6)
+cmake_policy(VERSION 2.6 OLD)
 set(YOSHIMI_VERSION "0.011")
 FILE(WRITE version.txt "${YOSHIMI_VERSION}")

}}}



More information about the Linux-audio-user mailing list