Fix version handling.
The version was checked with "STRLESS" which doesn't do the right thing, and compilation didn't abort. Since all this can be handled by find_package_handle_standard_args, all we have to do is set the variable needed by that macro, which is Soprano_FIND_VERSION. Yay for magic variable names :)
Loading
Please register or sign in to comment