Skip to content
Snippets Groups Projects
Commit c6e9fef5 authored by hanousek's avatar hanousek
Browse files

oprava kompilace s icc

(nejde ale zatím kompilovat s GCC 5.3 a -O3, problémy assembleru)
parent 21b2fc6d
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ set( CMAKE_SHARED_LIBRARY_LINK_C_FLAGS_RELEASE "" ) ...@@ -53,7 +53,7 @@ set( CMAKE_SHARED_LIBRARY_LINK_C_FLAGS_RELEASE "" )
get_filename_component( CXX_COMPILER_NAME ${CMAKE_CXX_COMPILER} NAME ) get_filename_component( CXX_COMPILER_NAME ${CMAKE_CXX_COMPILER} NAME )
if( CXX_COMPILER_NAME MATCHES "icpc" ) if( CXX_COMPILER_NAME MATCHES "icpc" )
message( "Intel compiler detected..." ) message( "Intel compiler detected..." )
set( CMAKE_CXX_FLAGS "${CXXFLAGS} -DHAVE_ICPC ") set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DHAVE_ICPC ")
endif() endif()
##### #####
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment