Control: tags -1 patch Attached.
Description: set_source_files_properties( ... C) not working Author: Mathieu Malaterre <[email protected]> Bug-Debian: http://bugs.debian.org/728108
--- cmake-3.0.2.orig/Modules/Platform/Linux-GNU-C.cmake +++ cmake-3.0.2/Modules/Platform/Linux-GNU-C.cmake @@ -1,2 +1,3 @@ include(Platform/Linux-GNU) __linux_compiler_gnu(C) +set (CMAKE_C_FLAGS_INIT "-x c ")

