TensorRT-LLMs/cpp/cmake/modules
William Tambellini 9c484b24e6
fix #3109: early exit cmake if find_library() does not find any lib (#3113)
Early exit if find_library() does not find any lib.
As today, the find_library_create_target() cmake macro
blindly continues even if the lib is not found,
adding LIB_PATH-NOTFOUND to the target and making the build
failing anyway later with non obvious reasons.
This change just early exits if the lib is simply not found with a
proper error message.
Fix github issue #3109

Signed-off-by: William Tambellini <wtambellini@sdl.com>
2025-03-29 19:59:03 +08:00
..
find_library_create_target.cmake fix #3109: early exit cmake if find_library() does not find any lib (#3113) 2025-03-29 19:59:03 +08:00
parse_make_options.cmake Update TensorRT-LLM (#349) 2023-11-10 22:30:31 +08:00
resolve_dirs.cmake Update TensorRT-LLM (#148) 2023-10-27 12:10:00 +08:00
set_ifndef.cmake Initial commit 2023-09-20 00:29:41 -07:00