On Mon, Apr 09, 2012 at 23:44:23 +0400, Yury G. Kudryashov wrote: > # check for two required features > check_cxx11_features(feature1 feature2 REQUIRED)
Why not have REQUIRED first? It would make more sense with the next syntax. > # check for optional AND required features > check_cxx11_features( > REQUIRED required1 required2 > OPTIONAL optional1 optional2) --Ben -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
