cmake: Fix missing braces around interface
Error occurred when using target_link_libraries in CMakeLists.txt:
Cannot specify link libraries for target "interface" which is not built
by this project.
Replace "interface" with "${interface}".
Signed-off-by:
Ding Tao <miyatsu@qq.com>
Loading
Please sign in to comment