Reputation: 33
I am building AVRO C++
, but when I build with CMAKE, I have some troubles. My CMAKE version is 3.5
, and Boost version is 1.73.0
.
Error:
CMake Error at /usr/local/lib/cmake/Boost-1.73.0/BoostConfig.cmake:240 (if):
if given arguments:
"ALL" "IN_LIST" "Boost_FIND_COMPONENTS"
Unknown arguments specified
Upvotes: 3
Views: 1752