Please fix cmake/modules/FindRaptor.cmake to be able correctly detect
raptor ability to use trig.
Currently logic inverted:
MACRO_ENSURE_VERSION("1.4.16" ${RAPTOR_VERSION} RAPTOR_HAVE_TRIG)
MACRO_ENSURE_VERSION defined as:
MACRO(MACRO_ENSURE_VERSION requested_version found_version var_too_old)
So it sets RAPTOR_HAVE_TRIG to true if ${RAPTOR_VERSION} is actually
less than 1.4.16Best regards, Maxim. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
