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}")
}}}