mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Merge topic 'solaris_clang'
47937219ee Solaris: Add support for Clang compiler
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3672
This commit is contained in:
4
Help/release/dev/solaris_clang.rst
Normal file
4
Help/release/dev/solaris_clang.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
solaris_clang
|
||||
-------------
|
||||
|
||||
* The ``Clang`` compiler is now supported on ``Solaris``.
|
||||
1
Modules/Platform/SunOS-Clang-C.cmake
Normal file
1
Modules/Platform/SunOS-Clang-C.cmake
Normal file
@@ -0,0 +1 @@
|
||||
include(Platform/SunOS-GNU-C)
|
||||
1
Modules/Platform/SunOS-Clang-CXX.cmake
Normal file
1
Modules/Platform/SunOS-Clang-CXX.cmake
Normal file
@@ -0,0 +1 @@
|
||||
include(Platform/SunOS-GNU-CXX)
|
||||
Reference in New Issue
Block a user