Skip to content

Commit

Permalink
Replace deprecated variable
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg committed Apr 9, 2021
1 parent 304b174 commit 8b1c729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/pcl_find_sse.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function(PCL_CHECK_FOR_SSE)
# platforms.
list(APPEND SSE_FLAGS "-ffloat-store")
endif()
elseif(MSVC AND NOT CMAKE_CL_64)
elseif(MSVC AND NOT CMAKE_SIZEOF_VOID_P)
if(SSE_LEVEL GREATER_EQUAL 2.0)
set( SSE_FLAGS "/arch:SSE2")
elseif(SSE_LEVEL GREATER_EQUAL 1.0)
Expand Down

0 comments on commit 8b1c729

Please sign in to comment.