Re: [CMake] [Windows] clang-cl.exe detected as MSVC?

2017-09-12 Thread Mateusz Loskot
On 12 September 2017 at 14:53, Konstantin Tokarev wrote: > 11.09.2017, 18:12, "Mateusz Loskot" : >> On 11 September 2017 at 17:04, Konstantin Tokarev wrote: >>> 11.09.2017, 17:59, "Mateusz Loskot" : I'm building a project with CMake 3.9 using clang-cl.exe driver [1] from LLVM/cl

Re: [CMake] [Windows] clang-cl.exe detected as MSVC?

2017-09-12 Thread Konstantin Tokarev
11.09.2017, 18:12, "Mateusz Loskot" : > On 11 September 2017 at 17:04, Konstantin Tokarev wrote: >>  11.09.2017, 17:59, "Mateusz Loskot" : >>>  Hi, >>> >>>  I'm building a project with CMake 3.9 using clang-cl.exe driver [1] >>>  from LLVM/clang 4.0 enabled with Visual Studio 2015 environment. >

Re: [CMake] [Windows] clang-cl.exe detected as MSVC?

2017-09-11 Thread Konstantin Tokarev
11.09.2017, 17:59, "Mateusz Loskot" : > Hi, > > I'm building a project with CMake 3.9 using clang-cl.exe driver [1] > from LLVM/clang 4.0 enabled with Visual Studio 2015 environment. > > CMake detects the compiler as Clang 4.0.0: > > -- The C compiler identification is Clang 4.0.0 > -- The CXX co

Re: [CMake] [Windows] clang-cl.exe detected as MSVC?

2017-09-11 Thread Mateusz Loskot
On 11 September 2017 at 17:04, Konstantin Tokarev wrote: > 11.09.2017, 17:59, "Mateusz Loskot" : >> Hi, >> >> I'm building a project with CMake 3.9 using clang-cl.exe driver [1] >> from LLVM/clang 4.0 enabled with Visual Studio 2015 environment. >> >> CMake detects the compiler as Clang 4.0.0: >>

[CMake] [Windows] clang-cl.exe detected as MSVC?

2017-09-11 Thread Mateusz Loskot
Hi, I'm building a project with CMake 3.9 using clang-cl.exe driver [1] from LLVM/clang 4.0 enabled with Visual Studio 2015 environment. CMake detects the compiler as Clang 4.0.0: -- The C compiler identification is Clang 4.0.0 -- The CXX compiler identification is Clang 4.0.0 -- Check for worki