Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix malformed if() check when collada is missing
The line `if( ${COLLADA_DOM_VERSION} VERSION_LESS "2.5.0" )` would evaluate to `if( VERSION_LESS "2.5.0" )` and throw an 'Unknown arguments specified' CMake error (tested: CMake v3.9.2) if collada is not found. Also avoid showing a misleading status message.
- Loading branch information