The source project of this merge request has been removed.
[cmake.modules.FindAlberta] two small fixes
Two small fixes for FindAlberta.cmake
:
- Do not add
${ALBERTA_UTIL_LIB}
to the required libraries if it is set toNOTFOUND
. This made cmake fail for me with icc, other compilers do not seem to be affected. - fix typo (
length
->_length
)