On 02/23/2015 03:19 PM, Stephen Kelly wrote: > Brad King wrote: >> However, in VS >= 10 each source-specific property value must explicitly >> reference the target-wide value to not be totally overridden. > > Is this already the case to handle the COMPILE_FLAGS source file property?
Yes. We generate %(AdditionalOptions) into the per-source value to refer to the target-level value. > For the convenience of buildsystems which do not target the IDEs, should we > allow the use of COMPILE_LANGUAGE? And issue an error if using an IDE > generator? That sounds good. We can always define non-error behavior later. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
