Commits
- Commit:
a81acc2cc92fe7dcf9380e36410221be2dc7d4c2- From:
- Sergey Bronnikov <estetus@gmail.com>
- Via:
- Sergey Bronnikov <sergeyb@tarantool.org>
- Date:
cmake: fix building on i386
- Commit:
33dbfa00107b4cb53a306fc745fa8b80ce730903- From:
- Sergey Bronnikov <estetus@gmail.com>
- Date:
cmake: raise an error if the library was not found
The package with Clang runtime libraries may be missing on the
host, in that case the CMake function `SetClangLibPath()` will
return the library name even though it's not missing. The patch
raises an error if the path returned by the compiler doesn't exist.
