Suppress cmake diagnostic.

It tells us that target_link_libraries should be either all-keyword or all-plain.
This commit is contained in:
Vassil Vassilev 2020-04-15 11:54:41 +03:00 committed by jenkins
parent 9d168479f3
commit 38545eec20

View File

@ -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)