Skip to content

[cmake.modules.FindAlberta] two small fixes

Tobias Leibner requested to merge (removed):findalbertafix into master

Two small fixes for FindAlberta.cmake:

  1. Do not add ${ALBERTA_UTIL_LIB} to the required libraries if it is set to NOTFOUND. This made cmake fail for me with icc, other compilers do not seem to be affected.
  2. fix typo (length -> _length)

Merge request reports