diff options
author | Aliaksandr Averchanka <a.averchanka@axxonsoft.dev> | 2024-09-09 13:45:00 (GMT) |
---|---|---|
committer | Aliaksandr Averchanka <a.averchanka@axxonsoft.dev> | 2024-09-09 14:06:33 (GMT) |
commit | 9e95bd49f278cd2a05caf21fd624a41e4bfaba60 (patch) | |
tree | 9dad07511f73a2775c297f6bc497646c6ce0d02a /Modules/CheckCCompilerFlag.cmake | |
parent | 6c120379dfe0db9446334c37c41ce63993371695 (diff) | |
download | CMake-9e95bd49f278cd2a05caf21fd624a41e4bfaba60.zip CMake-9e95bd49f278cd2a05caf21fd624a41e4bfaba60.tar.gz CMake-9e95bd49f278cd2a05caf21fd624a41e4bfaba60.tar.bz2 |
Check*: Add option to pass link directories into checks
Diffstat (limited to 'Modules/CheckCCompilerFlag.cmake')
-rw-r--r-- | Modules/CheckCCompilerFlag.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CheckCCompilerFlag.cmake b/Modules/CheckCCompilerFlag.cmake index 0a658c4..7e58012 100644 --- a/Modules/CheckCCompilerFlag.cmake +++ b/Modules/CheckCCompilerFlag.cmake @@ -43,6 +43,8 @@ in these variables can case a false negative result. .. include:: /module/CMAKE_REQUIRED_LIBRARIES.txt +.. include:: /module/CMAKE_REQUIRED_LINK_DIRECTORIES.txt + .. include:: /module/CMAKE_REQUIRED_QUIET.txt #]=======================================================================] |