Skip to content

Commit

Permalink
PR #13077 from AviaAv: remove warning about mismatching arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az committed Jun 24, 2024
2 parents a059edb + dccb3ee commit b746be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/unix_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ macro(os_set_flags)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mssse3")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mssse3")
set(LRS_TRY_USE_AVX true)
endif(${MACHINE} MATCHES "arm-*")
endif(${MACHINE} MATCHES "arm64-*" OR ${MACHINE} MATCHES "aarch64-*")

if(BUILD_WITH_OPENMP)
find_package(OpenMP REQUIRED)
Expand Down

0 comments on commit b746be9

Please sign in to comment.