Re: [CMake] List of compile features from command line?

2015-01-20 Thread Robert Maynard
I believe you can use WriteCompilerDetectionHeader to write out a file that will list support. The list of compile features you can request is documented at http://www.cmake.org/cmake/help/v3.1/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.html On Sat, Jan 17, 2015 at 7:36 PM, Robert Dailey wrote: > Can I us

[CMake] List of compile features from command line?

2015-01-17 Thread Robert Dailey
Can I use cmake to spit out a list of supported compile features based on my already-configured project? I'm not sure how I'm expected to get the list of features otherwise. The documentation does not explain this. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake F