Closed miaoxie closed 7 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.
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.