On 06/26/2014 09:29 AM, Adam Strzelecki wrote:
> Intel Composer XE 2015 Beta 2 deprecates all options starting with -o for sake
> of compatibility with other compilers expecting anything goes after -o... is
> output file name.

Applied, thanks:

 FindOpenMP: ICC 15 deprecates -openmp, use -qopenmp
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4671f3ab

> +  elseif(${CMAKE_${LANG}_COMPILER_ID} EQUAL "Intel" AND

I adjusted this line because "EQUAL" is for numerical comparisons.
I changed it to "STREQUAL".

-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

Reply via email to