CPM.cmake
CPM.cmake copied to clipboard
Multiple option values appear to be impossible
Please correct me if i am wrong, but it seems like OPTIONS is designed only for a simple KEY=VALUE case. Some cases require KEY=VALUE1;VALUE2;... configuration which is currently not possible. Is it possible to support such a usecase?
You can achieve this with some unconventional escaping :D
OPTIONS "BOOST_INCLUDE_LIBRARIES algorithm\\\;asio"
oh, perfect then! This should be documented in a very visible place 🙂