Skip to content

Commit

Permalink
Clang assembler with GCC on macOS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Jan 11, 2018
1 parent 7dd3760 commit 3b03822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Packages/Packages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ if(USE_SSE)

include(FindSSE)

GET_SSE_COMPILE_FLAGS(_CXX_FLAGS_EXTRA SSE_DEFINITIONS)
GET_SSE_COMPILE_FLAGS(SSE_FLAGS SSE_DEFINITIONS)
foreach(_DEF ${SSE_DEFINITIONS})
add_definitions(-D${_DEF})
endforeach()
Expand Down

0 comments on commit 3b03822

Please sign in to comment.