Suppress cmake diagnostic.
It tells us that target_link_libraries should be either all-keyword or all-plain.
This commit is contained in:
parent
9d168479f3
commit
38545eec20
@ -112,9 +112,7 @@ if(MSVC)
|
||||
|
||||
endif(MSVC)
|
||||
|
||||
target_link_libraries(cling
|
||||
${LIBS}
|
||||
)
|
||||
target_link_libraries(cling PUBLIC ${LIBS})
|
||||
|
||||
install(TARGETS cling
|
||||
RUNTIME DESTINATION bin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user