mirror of https://github.com/mosra/magnum.git
Browse Source
On Emscripten this was equal to ";somebogusprefix" (as per the toolchain), which got expanded into just somebogusprefix, losing the empty string. Saving it back to CMAKE_FIND_LIBRARY_PREFIXES would cause all subsequent find_library() calls to fail, because no library is named somebogusprefixMagnum*.bc. Thinking about this, the "somebogusprefix" was probably added "back then" as a workaround to CMake complaining that I'm messing up in the Find module. So I guess I can remove that as well.pull/220/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue