mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
461efa7b51
This MR may help to solve issues #19757 and #18008 Fixes: #19965
10 lines
376 B
Plaintext
10 lines
376 B
Plaintext
CMake Error at LINK_LANG_AND_ID-wrong-usage3.cmake:4 \(target_include_directories\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<LINK_LANG_AND_ID:C,GNU>
|
|
|
|
\$<LINK_LANG_AND_ID:lang,id> may only be used with binary targets to specify
|
|
link libraries, link directories, link options, and link depends.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|