The following issue has been SUBMITTED. ====================================================================== https://cmake.org/Bug/view.php?id=15974 ====================================================================== Reported By: Paweł Stankowski Assigned To: ====================================================================== Project: CMake Issue ID: 15974 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2016-02-13 18:55 EST Last Modified: 2016-02-13 18:55 EST ====================================================================== Summary: Some cmake variables not set for gas assembler Description: CMAKE_<LANG>_COMPILER_VERSION - could be easily filled at least for gas - output from "--version" command is checked anyway.
CMAKE_COMPILER_IS_GNUAS variable could be defined to simplify check whether gas was found. I proposed 'AS' as a <LANG> part for consistency - GNU syntax is used for other names. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2016-02-13 18:55 Paweł StankowskiNew Issue ====================================================================== -- 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
