linuxbox2 / ntirpc

New development on tirpc
Other
24 stars 96 forks source link

Fix wrong list operation in find WBclient cmake file #3

Closed miaoxie closed 7 years ago

miaoxie commented 9 years ago

CMAKE_REQUIRED_INCLUDES is a list, so we should not use set to assign the value, or we would recover the old value.

CMAKE_REQUIRED_LIBRARIES is the same.