[LAU] [Zynaddsubfx-user] zyn and the art of software	maintenance
    cal 
    cal at graggrag.com
       
    Sat Sep 19 07:47:10 EDT 2009
    
    
  
Atte Andre Jensen wrote:
> CMake Error at CMakeLists.txt:273 (add_executable):
>     Target "yoshimi" links to item " fltk" which has leading or trailing
>     whitespace.  This is now an error according to policy CMP0004.
perhaps this?
{{{
--- yoshimi-dev.orig/src/CMakeLists.txt
+++ yoshimi-dev/src/CMakeLists.txt
@@ -17,6 +17,7 @@
 project(Yoshimi)
 cmake_minimum_required(VERSION 2.6)
 cmake_policy(VERSION 2.6)
+cmake_policy(SET CMP0004 OLD)
 set(YOSHIMI_VERSION "0.011")
 FILE(WRITE version.txt "${YOSHIMI_VERSION}")
}}}
    
    
More information about the Linux-audio-user
mailing list