mirror of https://github.com/mosra/magnum.git
Browse Source
Right now, without find_package(Magnum REQUIRED), FindMagnum just continued after the FPHSA call even if the configure file wasn't found, leading to another error right below at file(READ). There's also a CMake policy push/pop and the newly added early return() would cause a PUSH happen without a corresponding POP. Move that below to fix this.next
1 changed files with 13 additions and 9 deletions
Loading…
Reference in new issue