mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
461efa7b51
This MR may help to solve issues #19757 and #18008 Fixes: #19965
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
CMake Error at LINK_LANGUAGE-wrong-usage2.cmake:4 \(target_compile_options\):
|
|
Error evaluating generator expression:
|
|
|
|
\$<LINK_LANGUAGE:C>
|
|
|
|
\$<LINK_LANGUAGE:...> 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\)
|